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

* { margin:0; padding:0; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:100%; color:#FFF;  }

BODY  {
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#8e1537;
}

DIV {
	width:490px;
	margin:200px auto 0 auto;
	font-size:12px;
	color:#FFF;
}

H1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	margin-bottom:15px;
}

P {
	margin:10px 0 20px 0;
}

