* {
	margin: 0;
	padding: 0;
}

a:hover {
	color : #008b8b;
}

a {
	color : #000;
}

body {
	padding: 5px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background-color: #f5deb3;
}

#wrapper{
	width: 1024px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 64px;
	font-size: 54px;
	background-color: #fff;
	text-shadow: #336699 3px 3px 5px;
}

#leftcol{
	float: left;
	width: 150px;
	height: 600px;
	background-color: #fff;
}

#rightcol{
	float: left;
	width: 150px;
	height: 600px;
	background-color: #fff;
}

#contents{
	float:left;
	background-image: url('bee2.jpg');
	background-repeat: no-repeat;
	width: 724px;
	height: 600px;
}

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 24px;
	font-size: 10px;
	background-color: #fff;
}

.linkbox{
	position: relative;
	margin-bottom: 12px;
	width: 150px;
	height: 90px;
}

img {  
    max-height: 90px;  
    max-width: 150px; 
    width: 120px;
    height: 60px;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
