@charset "UTF-8";
@import url("reset.css");

body
{
	background-position: center;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFF;
}

#main
{
	background-image: url(../images/polux_underC_back.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 471px;
	height: 554px;
	background-color: #FFF;
	text-align: center;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content
{	
	position: relative;
	top: 240px;
	left: 120px;
	width: 250px;
	text-align: left;
	
}

h2
{
	font-size: 15px;
	color: #adc80a;
}

p
{
	font-size: 11px;
	color: #999;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 20px;
}

a, a:link, a:active, a:visited
{
	color: #999;
}

a:hover
{
	color: #adc80a;
}
