a:link { text-decoration : none; border: 0px;} 
a:active { text-decoration : underline; border: 0px;} 
a:visited { text-decoration : none; border: 0px;} 
a:hover { text-decoration : underline; border: 0px;} 
img { padding: 0px; margin: 0px; border: none;}

body {
	background-repeat: no-repeat;
	background-image: url(./background.jpg);
	background-position: center;
	font: 1em "Verdana", Arial;
	font-size: 12px;
	color: white;
}

#header {
}

#container {
	margin:0 auto;
	width:1000px;
	height:500px;
	color:white;
}

#menu {
	margin-left: 50px;
	height: 100px;
}
#footer {
	margin-left: 25px;
	height:50px;
    color: white;
    font: "Verdana", Arial;
    font-size: small;
    text-align: left;
    
}

