@charset "utf-8";
/* CSS Document */
a:link {
color: #000;
font-weight: bold;
}
body {
font-family: Arial, Helvetica, sans-serif;
color: #000;
/*background: url("http://www.modk.se/Photos/Sky.jpg");*/
background-image: url("http://www.modk.se/Photos/Sky.jpg");
background-repeat:no-repeat;
background-attachment:fixed;
margin:0; 
padding:0; 
height:100%; 
width:100%; 
} 

h1 {
	color: #000;
}
p { margin-left: 40px; }

a:visited { color: #0F9; }
a:hover, a:active { color: #060; }

p{margin-left:40px;}

table
{
	width:100%;
	overflow:scroll;
	table-layout:auto;
}

column
{
	width:auto;
}

#main-container{    /* this is the main container, holding the two sections */ 
	width:1100px;  
	margin:20px auto;  
}  

