﻿@charset "utf-8";

* {
	margin:0px;
	padding:0px;
}

body {
    background-color:#900000;
    color:#FFFFFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
	text-align: center;
}

a:link ,  a:visited {
	text-decoration:none;
	color:#FFFFFF;
	}

a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}

#wrapper {
    height:auto;
    margin:0 auto;
    width:760px;
}

#header {
width:760px;
height:auto;
margin-bottom:5px;
}

#f {
width:760px;
height:auto;
margin-bottom:5px;
}

#footer {
width:760px;
height:auto;
margin-bottom:5px;
}