/* CSS Document */

* {
padding:0;
margin:0;
}

html {
width:100%;
height:100%;
}

p {
padding:0px 0 15px 0px;
}


body {
width:100%;
height:100%;
background-color:#D9E5ED;
color:#000;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#wrapper {
width:700px;
height:620px;
position:absolute;
top:50%;
left:50%;
margin-top:-275px;
margin-left:-350px;
}

div#bild{
width:700px;
height:546px;
position:absolute;
top:0px;
left:0px;
background-image:url(img/intro.jpg);
background-repeat:no-repeat;
border:1px solid #0A3054;
}

div#flash2{
width:700px;
height:396px;
position:absolute;
top:103px;
left:0px;
}

div#text{
width:700px;
height:49px;
position:relative;
bottom:0px;
left:0px;
color:#90A3B0;
font-size:11px;
top:560px;
}



div#links{
width:320px;
height:50px;
position:absolute;
top:500px;
left:185px;
}

div#links img{
border:0px solid #000;
width:150px;
}