body{
	margin:0;
	padding:0;
	background-color:#000000;
	color:#ffffff;
	background-image:url('../images/background.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	font-size:12px;
	line-height:14px;
	font-family:arial,helvetica,sans-serif;
}

p{
	margin:0 0 16px 0;
	padding:0;
}

a{
	text-decoration:none;
	color:#fcd01b;
}

a:hover{
	color:#e5d389;
}

.clear_both{
	clear:both;
}

.container{
	position:absolute;
	top:140px;
	left:360px;
	width:572px;
}

.f_left{
	float:left;
	width:275px;
	text-align:left;
}

.f_right{
	float:right;
	width:275px;
	text-align:right;
}