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

body {
	background: url('images/background.jpg') center repeat;
        background-attachment: fixed;
	margin: 10px;
	font-family: Trebuceht, Arial, Helvetica, sans-serif;
	font-size: 1;
	color: #666666;
}


h1 {
	font-size:1%;
	margin-bottom: 0px;
	color: #FFFFFF;
        text-align: center;
}

h2 {
        letter-spacing: 0.1em;
	font-size: 0.01em;
	margin-bottom: 0px;
	color: #FFFFFF;
        text-align: center;
}

#header {
	background: #666666;
	border-bottom: 10px solid #990000;
	margin-bottom: 30px;
        table
                
}

#content {
	padding: 10px;
}
 a, a:visited {
        color: #666666;
        text-decoration: none;
}
      a:hover {
        color: #000000;
}

#footer {
	border-top: 1px solid #AAAAAA;
	margin-top: 0px;
}

#footer p {
	text-align: center;
	font-size: 0.6em;
}
