/* BG */

body {
	background: white url(back.jpg) no-repeat top center;
	background-attachment: fixed;
    min-width: 760px;
}


/* END */



/* LÄNKAR */


a:link {
text-decoration : none; 
color:#000;
}

a:visited {
text-decoration : none; 
color:#000;
background-color: transparent;
}

a:active {
text-decoration : none;
color : #000;  
background-color: transparent;

}


/* END */



/* LAYOUT */


#wrapper{
margin-left: auto;
margin-right: auto;
padding:0px;
}

#content {  

margin-left: auto;
margin-right: auto;
margin-top: 100px;
font-size: 60px;
font-family: Arial;
text-align: center;

}

#content2 { 
margin-top: 100px;
margin-left: auto;
font-family: Arial;
font-weight:bold;
font-style:normal
font-size: 15px;
text-align: center;
