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

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	color: #fff;
	font-family: georgia, arial, trebuchet ms;
	font-size: 62.5%;
}
	
#maincontainer {
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
}
	
#header {
	background-image: url(images/head.jpg);
	background-color: white;
	height: 200px;
	width: 900px;
	}

h1 {
font-weight: normal;
font-size: 4.2em;
}

h2 {
color: yellow;
font-weight: normal;
font-size: 2.2em;
}

p {
font-size: 1.4em;
margin-top: 20px;
margin-bottom: 20px;
width: 750px;
}


#nav {
background-color: #000000;
border-top: 2px solid white;
height: 30px;
padding-left: 25px;
}

.menu {
font-size: 1.5em;
list-style-type: none;
}

.menu li {
display: inline;
padding-right: 10px;
}

.menu li a:link {
color: white;
text-decoration: none;
}

.menu li a:visited {
color: white;
text-decoration: none;
}

.menu li a:hover {
color: yellow;
}

a:link {
color: white;
}

a:visited {
color: white;
}

a:hover {
color: yellow;
}




#content {
padding-left: 25px;
width: 875px;
}

#footer {
border-top: 2px solid white;
clear: both;
height: 150px;
width: 100%;
}