html,body { 
	height: 100%; 
}

body { 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	background-color: #ffffff; 
	vertical-align: middle; 
}

img { 
	border: 0; 
	display: block; 
}

div {  
	text-align: left; 
}

p,a,div,td,h2,span,font { 
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	font-style: normal; 
	text-decoration: none; 
	line-height: 17px; 
}

a { 
	cursor: pointer; 
	text-decoration: underline; 
	color: #000000;
}

input {
	display: inline; 
}



div#logo { 
	margin: -130px auto auto -200px; 
	top: 50%; 
	left: 50%;
	position: absolute; 
	width: 400px; 
	overflow: hidden;
}

div#logo span {
	width: 400px;
	text-align: center;
	display: block;
	padding-top: 10px;
}