@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
html{
	height:100%;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#232323; /*FCB131;*/
	text-align:center;
	background-color:#ffffff;
	font-weight:lighter;
	height:100%;
}
body a{
	color:#232323;
	text-decoration:none;
}
body a:hover{
	color:#FCB131;
	text-decoration:none;
}
body a:visited{
	color:#232323;
	text-decoration:none;
}
#page_wrapper{
	width:100%;
	height:100%;
}
#page{
	font-size:1.2em;
}
#content_wrapper{
	background-image:url(../images/bg-repeat.jpg);
	background-position:center;
	background-repeat:repeat-x;
}
#main_content{
	text-align:left;
	width:960px;
	height:500px;
	margin:0 auto;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#footer{
	padding-top:5px;
	width:960px;
	margin:0 auto;
}
.footer{
	font-size:.8em;
	color:#c2c2c2;
}
.left{
	float:left;
	text-align:left;
	
}
.right{
	float:right;
	text-align:right;	
}
#footer .right{
	font-size:1.4em;
	color:#FCB131;
}

#footer .right a, #footer .right a:hover, #footer .right a:visited{
	color:#FCB131;
}