body {
    background-color: #71bffb;
	background-image:url(backgr_gradient.png);
	background-repeat:repeat-x;
    font-size:13px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;

}

div#tumi{
position:absolute;
left:50%;
margin-left:-450px;
top:60px;
z-index:1;

}

div#hringur{
position:absolute;
background-image:url(hringir.png);
width:200px;
height:250px;
left:50%;
margin-left:-552px;
margin-top:-300px;
}

div#lauf{
position:absolute;
background-image:url(lauf.png);
width:65px;
height:147px;
right:50%;
top:230px;
left:50%;
margin-left:425px;
}	

div#logo{
position:absolute;
background-image:url(logo.png);
width:289px;
height:37px;
left:50%;
top:106px;
margin-left:-383px;

}

div#hnappar{
position:absolute;
width:550px;
left:50%;
top:90px;
margin-left:-52px;
}

div#biti1{
position:absolute;
background-image:url(biti.png);
background-repeat:no-repeat;
width:113px;
height:100px;
width:450px;
left:50%;
top:149px;
margin-left:-43px;
}


div#biti2{
position:absolute;
background-image:url(biti2.png);
background-repeat:no-repeat;
width:113px;
height:100px;
width:450px;
left:50%;
top:149px;
margin-left:74px;
}


div#biti3{
position:absolute;
background-image:url(biti3.png);
background-repeat:no-repeat;
width:113px;
height:100px;
width:450px;
left:50%;
top:149px;
margin-left:191px;
}


div#biti4{
position:absolute;
background-image:url(biti4.png);
background-repeat:no-repeat;
width:113px;
height:100px;
width:450px;
left:50%;
top:149px;
margin-left:307px;
}

div#outer {
position:absolute;
	width: 850px;
	height: 400px;
	left:50%;
	margin-left:-425px;
    background-color:#FFFFFF;
	background-image:url(parag_gradient.png);
	background-repeat:repeat-x;
	background-position:bottom;
    top: 150px;
    margin-bottom: 10px;
    
    

}

div#header {
	/*border-bottom: thin solid #999999;*/	
	padding-top:25px;
	padding-left:45px;
    margin: 0px;
    text-align: left;

}

div#nav {
margin-top:-15px;
    width: 200px;
    float: right;
	text-align:right;

}

div#nav li { 
	margin: 15px;
	padding: 0px;
	display: block;
	list-style:none;

}
 
div#nav a {
	position:relative;
	color:#71bffb;
	text-decoration:none;
}  

div#nav a:hover {
	color: #666666;
	text-decoration: none;
}



div#main {
	width:600px;
	padding-left:45px;
	padding-bottom:10px;
}

div#footer {
position:absolute;
	width:850px;
	left:50%;
	margin-left:-425px;
	top:560px;
	background-color:#FFFFFF;
	background-image:url(footer_gradient.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:40px;
	text-align:center;

}

div#footer p{
padding-top:6px;
}

div#footer p a{
color:#71bffb;
text-decoration:none;
padding-bottom:6px;
}

div#footer a:hover{
color:#666666;
}