body
{
	background-image: url(img/background.png); 
	background-repeat: repeat;
	text-align:center;
}

div#menu {
	background-color:#00CCFF;
}

div#foot {
	background-color:#00CCFF;
}

.entry {
//	background: url(img/entry_dl.png);
//	height: 100px;
//	width: 300px;
//	



display: block;
font-size:18px;
width=240px;
height:64px;
background-image:url(img/entry_dl.png);
background-repeat:no-repeat;
//margin-top: 30px;
background-position: top center;
text-align: center;
vertical-align: middle;
padding-top: 20px;
}

