body {
	background-color: white;
	padding: 0;
	margin: 0;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:100%;
}

html {
	height:100%;
}

iframe { 
	width: 100%;
	height: 100%;
}

a img {
	border: none;
}



#header {
	background-color: white;
	font-size: 24px;
	-moz-box-shadow: 0px 10px 10px #58585a;
	-webkit-box-shadow: 0px 10px 10px #58585a;
	box-shadow: 0px 10px 10px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=180, Color='#58585a')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=180, Color='#58585a');
	width: 100%;
	height: 150px;
}

#content {
	background-color:white;
	margin-left: 350px;
	margin-top: 40px;
	height:800px;
	overflow:auto;
}


#image {
	position:absolute;
	top:200px;
	left:1050px;
	height:300px;
	width:300px;
	background-color:white;
	max-width: 300px;
	max-height:300px;
}