body{
    background-color: maroon;
    font-family: arial;
    color: white;
    margin:auto;
}

.wrapper{
    border:none;
	margin:auto;
	text-align: center;
	height:666px;
	width: 999px;
}
#header{
	border:solid;
	width:999px;
	height:100px;
	background-image: url("logo.png");
}

#navigation{
    text-align:center;
    margin:0 auto;
    border:none;
    height:25px;
    width:999px;
}

#content{
	border:none;
	margin-top:50px;
	width:999px;
	max-width:998px;
	min-height:490px;
}
#entry{
    border:none;
    background-color: darkgrey;
    height:400px;
    width:999px;
    max-width:998px;
}
#footer{
    border:none;
    width:999px;
    height:50px;
}
a{
    border:solid;
	background-color: black;
	color:white;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}