body {
	margin:10px 0px; 
	padding:0px;
	text-align:center;
	color:#005091;
	overflow:auto;
	background-image:url(../../library/images/layout/back.jpg);
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:12px;
}

body a {
	color:#005091;
	text-decoration:none;
}

body a:hover {
	color:#e75113;
	text-decoration:none;
}

#content {
	width:1000px;
	height:600px;
	margin:0px auto;
	text-align:left;
	background-color:#FFF;
	overflow:hidden;
}

#startframe {
	width:998px;
	height:598px;
	background-color:#FFF;
	overflow:hidden;
}


