

/* standard elements */
* {
	margin: 0;
	padding: 0;
}


html,body{
height:100%;
margin:0;
padding:0;
}


a{
color:#fff;
}

p{
margin:20px 0;
}
ul li{
list-style-type:none;

}
a{
text-decoration:none;
}
a:hover {
	color: #ccc;
}
body {
	background: #005f6a url(img/background.jpg) repeat-y;
	color: #fff;
	font: normal .8em "Mrs Eaves Roman", "Times New Roman",serif;
	margin: 0;

}


h1 {
	font-size: 1.4em;
		text-indent:-9999px;
}



/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	
	position:absolute;
	top: 140px;
	left: 0;
	width:532px;
	
	/*margin-top: -325px; set to a negative number 1/2 of your height*/
	/*margin-left: -408px; set to a negative number 1/2 of your width*/
		text-align: left;
	min-width: 532px;
}

	

.header {
	float:left;
	background: url(img/header.jpg) ;
	background-repeat:no-repeat;
	width:532px;
	height:50px;
	margin:0;

}
.main{
text-align:left;
padding:20px 40px 20px 35px;
float:left;
color:#fff;
background-color:none;
width:497px;
}




.box{
float:left;
margin:0 20px 10px 0;
text-align:left;
}
