body {
	text-align: center;
	min-width: 98%;
	background-image: url(http://i23.photobucket.com/albums/b371/nirnalie/ultrabit/bg_img.jpg);
	background-repeat: repeat-x;
	background-color: #ADDC54;
}

#wrapper {
	width: 900px;
	height: 500px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

#main  { 
    overflow: auto;
    position: absolute;
	width: 380px;
	height: 230px;
	margin-top: 80px;
	margin-left: 380px;
	margin-right: auto;
    color: #F3FFDC;
	font-family: "Tahoma", Verdana, Tahoma, Trebuchet MS, Times New Roman;
	color: #E31200;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
    z-index: 2;
	}
    
#header {
   position: absolute;
   width: 790px;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   z-index: 1;
 } 

#footer {
    float: left;
    position: absolute;
	width: 770px;
 	margin-left: auto;
	margin-right: auto;
	margin-top: 340px;
    font-family: "Tahoma", Verdana, Tahoma, Trebuchet MS, Times New Roman;
	color: #E31200;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
    z-index: 3;
}

.pad {
	 padding: 5px;
}

.img {
	float: left; 
	margin-top: 10px;
    	margin-left: 0px;
	margin-right: 8px;

}
	 
.right {
	text-align: right;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #699C06;
	font-family: "Sans serif", Verdana, Tahoma, Trebuchet MS, Times New Roman;
	font-size: 11px;
	line-height: 12px;
	font-variant: small-caps;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #699C06;
	font-family: "Sans serif", Verdana, Tahoma, Trebuchet MS, Times New Roman;
	font-size: 11px;
	line-height: 12px;
	font-variant: small-caps;
	font-weight: bold;
}

a:link img, a:visited img, a:focus img, a:active img {
   border: 0;
}

a:hover img {
   border: 0;
}

