body {
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
#graphic{
	position: absolute;
	width:617px;
	z-index:1;
	right: 125px;
	top: 80px;
	text-align: center;
}
#wrapperContent {
	width: 890px;
	position: relative;
	margin: 0px auto;
}
.whiteContent {
	color: #ffffff;
	line-height: 20px;
}
.whiteContent a:link, .whiteContent a:active, .whiteContent a:visited{
	color: #ff0000;
	text-decoration: none;
}
.whiteContent a:hover {
	color: ff0000;
	text-decoration: underline;
}
.whiteContent_title {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.link a:link, .link a:active, .link a:visited{
	color: #ff0000;
	text-decoration: none;
}
.link a:hover {
	color: ff0000;
	text-decoration: underline;
}
.logo{
	color: #ffffff;
	font-size: 20px;
	text-transform:uppercase;
}