@charset "utf-8";
/* CSS Document */
body {   
    margin:0px; padding:0px; 
	background:repeat-x #FFF;
    font-family:Arial, Helvetica, sans-serif;   
} 


#under-wrapper
{	
    background:url(/images/content/mypix.se/content.jpg) repeat;
	min-height:870px;
	width:872px;
	margin:auto;
}

#wrapper
{	
    background:url(/images/content/mypix.se/bakgrund.jpg) no-repeat;
	min-height:870px;
	width:872px;
	margin:auto;
}

#footer {   
    background:url(/images/content/mypix.se/footer.jpg) no-repeat;
	min-height:81px;
	width:872px;
	margin:auto;
} 

#menu {
	position:absolute;
    padding-left:128px;  
	top:90px;
	margin-bottom:20px;
}

#menu li {
	display:inline;
	list-style:none;
}
#menu li a {
	display:inline-block;
	text-decoration:none;
	padding:10px;
	font-size:20px;
	color:#000;
}
#menu li a:hover {
	color:#FFF;
}

#content-text
{   
	padding-top:180px;
    padding-left:150px;   
    width:545px;  
}

#footer-text
{   
    padding-left:150px;
	padding-top:10px;
    width:545px;  
}