body{
	background:#ccc;
	font-family:arial;
	margin:auto;
}

.whole{
	padding:50px;
	background:#cdcdcd;
	margin:auto;
	text-align:center;
    	width:1080px;
    	height:780px;
}

#head{
    width:auto;
    height: 250px;
    background-image: url(logo.png);
}

#content{
	padding:10px;
    width:1080px;
    height: 500px;
}

#content #entry{
	margin:auto;
	width:550px;
	height:490px;
}

#footer{
	padding:50px;
    	width:1080px;
    	height:25px;
}

a{
	background:darkred;
	color:white;
	text-decoration:none;
}

a:hover{
	background:#eee;
}	