body{
	background: #FAFAFC url(/images/int_bgr0.jpg) repeat-x;
	font-family: Verdana, Arial, Trebuchet Ms, Sans-serif;
	font-size: 10px;
	color: #01AF8A;
	scrollbar-face-color: #E5ECF0;
	scrollbar-track-color: #00AE89;
	scrollbar-arrow-color: #960020;
	scrollbar-shadow-color: #E5ECF0;
	scrollbar-highlight-color: #E5ECF0;
	margin: 0;
	padding: 0;
	height: 100%;
}
a{
	text-decoration: none;
	color: #01AF8A;
}
a:hover{
	color: #456B64;
}
#content{
	background: url(/images/int_bgr1.gif) no-repeat center middle;
	height: 100%;
	width: 100%;
	text-align: center;
	padding-top: 15%;
}
html>body #content{
	background: url(/images/int_bgr1.gif) no-repeat center;
	padding-top: 0;
}
#content_site{
	width: 470px;
	height: 330px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
html>body #content_site{
	padding-top: 16%;
}
#left{
	width: 215px;
	color: #000;
	float: left;
}
#right{
	width: 215px;
	color: #000;
	float: right;
}