@charset "utf-8";
/* CSS Document */

html{
height: 100%;
}

div, p, h1, h2{
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

body{
	background-color: #000000;
	width: 750px;
	margin: 0 auto;
	height: 100%;
	min-height: 600px;
	padding-top: 20px;

}


h1{
	font-size: 22px;
	font-weight: normal;
}

h2{
	font-size: 18px;
	font-weight: normal;
}

.preload{
	display: none;
}

#expand{
	width:750px;
	height: 33%;
	margin-top: -200px;
}

#main{
    width: 750px;
	height: 508px;
	background-image: url(images/denver-web-design.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#logo{
	height: 340px;
	width: 750px;
	background-image: url(images/denver-web-design.jpg);
	background-position: 0 -508px;
	background-repeat: no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); 
	opacity:0;
}

#info
{
	width: 600px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color: #EF9A03;
	text-align: center;
}


#info a 
{
	color: #3DB9FF;
	text-decoration:underline;
}

#footer{
	color: #3DB9FF;
	text-align: center;
	margin-top: 20px;
	width: 750px;
}