*{margin: 0; padding: 0;}

body{
	background: #fff;
	color: #000;
	margin: 5%;
}

#container{
	width: 90%;
	height: 644px;
	margin: 0 auto;
	position: absolute;
	top: 50px;
	/*margin-top: -300px;*/
	background: #fff;
}

#containerindex{
	width: 1024px;
	height: 601px;
	margin: 0 auto;
	position: absolute;
	top: 50px;
	background: #fff;
}

h1#title{
	/* ger logo placering och storlek */
	position: absolute;
	top: -50px;
	left: 0px;
	color: #333333; 
	background: url(http://milovan.se/imgs/logo.jpg) #fff;
	width: 400px;
	height: 50px;
}
#links{
	position: absolute;
	top: -30px;
	right: 0px;
	font-family: sans-serif;
	font-size: 19px;
	height: 13px;
}
#links li{
	margin-left: 23px;
	list-style: none;
	float: left;
}
#links a{
	color: #f00;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	text-decoration: none;
	display: block;
	/*text-indent: -1000em;*/
}

#links a:focus{outline: none; border: 0;}


#content{
	position: absolute;
	bottom: 0;
}

#index #container #content{
	/* ger yttre ramen */
	width: 100%;
	height: 644px;
	border: 0px solid #ccc;
	padding: 0px;
}

#index #containerindex #contentindex{
	/* ger yttre ramen */
	width: 1024px;
	height: 601px;
	background: url(http://milovan.se/imgs/1003.jpg) #fff;
	border: 0px solid #ccc;
	padding: 0px;
}

#index #container #contentindex{
	/* ger yttre ramen */
	width: 1024px;
	height: 601px;
	border: 0px solid #ccc;
	padding: 0px;
}

#index #container #content #gallery{
	width: 100%;
	height: 644px;
	margin: 0px;
	/*overflow: auto;*/
	white-space: nowrap;
	overflow-y: hidden;
}
	
#index #container #content #gallery img{
	margin-right: 0px; 
	/*margin-bottom: -1px;*/
}

#index #container #content #gallery p{
	margin-top: -2px;
	color: #999999;	
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#index #container #contentindex p{
	color: #333333;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#linkarea{
	color: #333333;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* ger placering och storlek */
	position: absolute;
	top: 700px;
	left: 5%;
}

#linkarea a{
	color: #333333; 
	text-decoration: none;
}
	
#footer{
	color: #333333;
	font-size: 8px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* ger placering och storlek */
	position: absolute;
	bottom: 10px;
	left: 5%;

}

#footer a{
	color: #333333; 
	text-decoration: none;
}
