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

body{
	background-image:url(images/bg-body.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
}

h1{
	color:#950001;
	font-size:1.4em;
	font-weight:bold;
}

#footer{
	font-size:.8em;
	font-weight:bold;
}

#wrapper{
	background-image: url(images/bg.jpg);
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

a:link{
	color:#950001;
	text-decoration:none;
}

a:visited{
	color:#950001;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:none;
}