@charset "UTF-8";
/* CSS Document */


body {
	background-color: #000;
}
#wrapper {
	width:1072px;
	margin:0 auto 0 auto;
background-image:url('../images/bg.png');
background-repeat:no-repeat; 
}
#logo {
	width:513px;
	margin:0 0 520px 310px;
}
#left {
	width:300px;
	margin:0 75px 0 75px;
	float:left;
}
#right {
	width:300px;
	float:left;
}
.clearfix {
	clear:both;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	text-align: justify;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom:10px;
}
h1 {
	font-size: 24px;
	color: #666;	
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #666;
}
.linkon {
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #DEE6E8;
	color:#FFF;
}

a img { border: none; }
