@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

object { outline:none; }

body {
	font: 75%/1.5em "Arial", Verdana, sans-serif;	
    background: #ffffff;
    color: #999999;
	background-image: url(img/bg.png);
	text-align: center;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #36ab48;
	text-decoration: none;
}

#wrapper {
	
	margin: 0 auto;
	text-align: left;
	width: 800px;
	margin-top: 100px;
	
}

.box1 {
	float: left;
	width: 150px;
	height: 150px;
	background-color: #efefef;
	text-align: left;
	margin-right:5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.box2 {
	float: left;
	width: 150px;
	height: 150px;
	background-color: #efefef;
	text-align: left;
	margin-right:5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.box3 {
	float: left;
	width: 150px;
	height: 150px;
	background-color: #efefef;
	text-align: left;
	margin-right:5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.box4 {
	float: left;
	width: 150px;
	height: 150px;
	background-color: #efefef;
	text-align: left;
	margin-right:5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.box5 {
	float: left;
	width: 150px;
	height: 150px;
	background-color: #efefef;
	text-align: left;
	margin-right:5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.footer{
	width: 800px;
	
}

.footerbox1{
	float: left;	
	width: 390px;
	text-align:left;
	margin-left: 5px;
}

.footerbox2{
	float: right;	
	width: 390px;
	text-align:right;
	margin-right: 5px;	
}

.clear {
	clear: both;
}