@import url("screen.css");

body{
	background:#FFFFFF;
	color: #000000;
}

#logo{
	display: block;
	position: relative;
	top: 0px;
	height: 80px;
	border-bottom: 1px solid #999999;
}

#logo img{
	width: 190px;
	height: 40px;
}

#header{
	display: none;
}

#contentwrap, #content{
	width: auto;
	padding: 0px;
}

.divWide{
	/*width: 60%;*/
	width: auto;
}
.divSmall{
	width: 30%;
}
.divHalf{
	width: 46%;
}

#footer{
	display: none;
}
