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

body{
	background-image:url(../images/bg_big.jpg);
	font-family:Tahoma, Geneva, sans-serif;
}

p{
	margin:5px;
}

#wrapper{
	width:1010px;
	margin:0 auto;
}

.footer{
	width:100%;
	text-align:center;
	font-size:12px;
	color:#371300;
}

.footer a{
	text-decoration:none;
	color:#371300;
}