@import url('reset.css');
body{
	background:#fff url(../images/bg.gif) repeat;
	color:#000;
	font-size:12px;
	font-family:Tahoma, Arial;
}
a{
	color:#f0f0f0;
	text-decoration:none;
}
.container {
	width:100%;
	margin:0 auto;
}
.content{
	width:100%;
	position:relative;
	margin:50px 0 0 0;
	clear:both;
}