* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #E4510E;
}

#container {
	height: 100%;
	text-align: center;
}

ul { 
	position: relative;
	list-style: none; 
}

a { 
	display:block; 
	overflow:hidden; 
	position: absolute; 
	text-indent: -9999px; 
}

#email {
	top: 464px; left: 262px; width: 279px; height: 21px;
}

#logo {
	background: url("../img/Visualis_www09.png");
	margin: 0 auto;
	height: 600px;
	width: 800px;
	position: relative;
	top: 50%;
	margin-top: -300px;
	text-align: left;
}