body {
	background-color: #171F33;
	margin: 0;
	color: #ffffff;
	font-family:verdana;
	font-size:12pt;
}
html,body
{
	height:100%;
	min-height:280px;
}
#main {
	padding:0;
	margin:0;
	position:relative;
	top:35%;
	width:100%;
	height:124px;
	min-width:700px;
}
#logo
{
	width:100%;
	text-align:center;
}
#logo div
{
	display:inline-block;
	margin:10px;
	width:600px;
	height:124px;
	background-image:url(images/kodespace.png);
	background-repeat:no-repeat;
	position:relative;
	text-align:left;
}
a
{
	text-decoration:none;
}
img {
	border-style:none;
}
#e /*email*/, #h /*home*/, #a /*about*/
{
	position:absolute;
	top:25px;
	width:70px;
	height:75px;
}

#e /*email*/
{
	left:530px;	
}
#a /*about*/
{
	left:400px;
}
#h /*home*/
{
	left:50px;	
	width:80px;
}
#mail,#home,#about
{
	position:absolute;
	display:none;
	font-size:14pt;
	letter-spacing:3px;
	left:600px;
	top:75px;
	white-space:nowrap;
}
