/* CSS Document */
html, body, #fullheight {
	height:100%;
	margin:0 auto;
	padding:0;
	background-color:#000000;
}

#fullheight {
	vertical-align:middle;
	border:none;
	width: 100%;
}

a {
	outline:none;
}