
#container {
	margin: 0 auto;   
 	width: 900px;
 	text-align: left;
}
#background{
	position: absolute;
	margin-left: 400px;
	margin-top: 10px;
	height: 545px;
	width: 559px;
	background: #ffffff url(/fileadmin/oceanspray/home_background.jpg) repeat-x 0 0;
	z-index:-1;
}
#header {
	position: relative;
	height: 166px;
	width: 900px;
	text-align: left;
}

#slogan {
	position: absolute;
	/*background: url(/fileadmin/oceanspray/slogan.gif) no-repeat #00ABBC;*/
	margin-left: 0px;
	margin-top: 35px;
	width: 341px;
	height: 65px;
}
#slogansub {
	position: absolute;
	margin-top: 132px;
	margin-left: 53px;
	text-align: center;
	width: 300px;
	height: 30px; 
	color: #03206F;
}

#logo {
	position: absolute;	
	margin-left: 708px;
	margin-top: 32px;
	height: 185px;
	width: 100px;
}
#flashcontent {
	position: relative;
	height: 186px;
	width: 900px;
	text-align: left;

	 	background: #f0f0f0;
		filter: alpha(opacity=65);
		opacity:.50
}

#main {
	width: 900px;
}

#right-home {
	float: right;
	width: 430px;
	margin-right:0px;
}

#content-home {
	margin: 30px 0px 0px 0px;
	float: left;
	width: 430px;
}

