@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
}

#main {
	width:760px;
	padding:20px;
	margin:0 auto;
	margin-top:20px;
	background-image:url(_images/bg.jpg);
	background-repeat:no-repeat;
}

#left {
	width:270px;
	float:left;
}

#right {
	width:270px;
	float:right;
}

* {
	padding:0;
	margin:0;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}