body {
background-color: #303030;
font-size: 12px;
font-family: verdana;
color: #FFFFFF;
overflow-y: scroll;
overflow-x: hidden;
}

p{color: #CCCCCC}

a:link {color: #FF0000; text-decoration: none}
a:visited {color: #FF0000; text-decoration: none}
a:hover {color: #FFFFFF; text-decoration: none}
a:active {color: #FFFFFF; text-decoration: none}

td{
font-size: 12px;
font-family: verdana;
color: #FFFFFF}

#container{
width: 700px;
min-height: 800px;
background-image: url(back.jpg);
background-repeat: no-repeat;
background-color: #000000;
}

#main{
text-align: left;
padding-left: 10px;
padding-right: 150px;
}

/* IE fulhack, skaffa firefox för fan. */
.min{
height:800px;
float:right;
width:1px;
}