
body {
	margin: 0px;
	padding : 0px;
	text-align: center;
}


#maindiv {	
	
	background-image : url(../img/splashback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color : #00243d;
	color : white;
	font-size : 14px;
	
	height : 100%;
	width  : 100%;
	
}

#content {
	
	width : 941px;
	height : 100%;
	
	position : relative;
	
	margin-left: auto;
	margin-right: auto;
	
}


#logo {	
	
	width : 190px;
	height : 111px;
	position : absolute;
	left : 0px;
	top  : 0px;

}	

#splash {
	
	position : absolute;
	left : 0px;
	top  : 136px;
	
}

#aladiv {

	position : absolute;
	left : 0px;
	top  : 541px;		
	
	width : 940px;
	
	font-size :11px;
	font-family : Verdana;
	color : white;
}

#aladiv a{ 
	text-decoration : none;
	color : white;
}

.sep {
	color : #ffffff;
}

#alavas {
	position : absolute;
	left : 0px;
}

#alaoik {
	position : absolute;
	right : 0px;
}

#tuotteet {

	position : absolute;
	left : 0px;
	top  : 465px;		
		
}

#tuotteet img{
	margin-right : 1px;
}




