html {
	font-family: Arial;
	color: black;
	font-size: 12px;
}

p.intro {
	margin: 0em 0em 1em 0em;
	width: 500px;
	text-align: left;
}

p.intro:first-child {
	font-weight: bold;
}

table {
	margin: auto;
}

td {
	width: 50%;
}

#wrapper {width: 100%; height: 100%; position: fixed; display: table;}

#middle {vertical-align: middle; display: table-row;}

#inner {vertical-align: middle; display: table-cell;}


div#add-contexture {
	background: transparent url('../images/add-contexture.png') no-repeat 0px 0px;
	width: 400px;
	height: 110px;
	cursor: pointer;
	margin: 0 auto;
}

div#add-contexture:hover {
	background: transparent url('../images/add-contexture.png') no-repeat 0px -110px;
}

div#alexabreu {
	background: white url('../includes/images/alexabreu.png') no-repeat 0px 0px;
	width: 186px;
	height: 26px;
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

div#alexabreu:hover {
	background: white url('../includes/images/alexabreu.png') no-repeat 0px -27px;
}
