body {
/*background-image: url("http://kinnat.com/pokar/myndir/bakgrunur.gif");*/
background-attachment: fixed;
color: #000;
font-size:20px;
line-height:22px;
}
a{
color: deeppink;
text-decoration: none;
}
a:visited{
color: #000;
text-decoration: none;
}
a:hover{
color: #7d7d7d;
text-decoration: underline;
}

.button{
text-decoration: underline;
}

#allt{
    width: 100%;
    position:relative;
}


#topmenu{
width: 100%;
height: 50px;
position:fixed;
margin: 0 0 0 0;
    padding-top: 50px;
z-index: 2;
}

#content{
float: left;
width: 500px;
margin: 150px 0px 0px 200px;
background-color: #3299BB;
}

#topnav {
width: 400px;;
margin: 0 auto 0 auto;
text-align: center;
z-index: 3;
}

#leftnav {
font-size:16px;
}

#leftmenu {
width: 100px;
float: left;
margin: 150 auto 0 50;
position: fixed;
    background-color: #FF9900;
}


#pic1 {
    height: 500px;
}

.hover_img a { position:relative; }
.hover_img a span { position:absolute; left: 600px; top: 150px; display:none; z-index:9; }
.hover_img a:hover span { display:block; }


/*$(#leftnav).circulate
{  speed: 400
height: 200
width: 200
sizeAdjustment: 100
loop: false
zIndexValues: [ 1, 1, 1, 1 ]
}*/

.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}

.clearfix:after {
clear: both;
}

.clearfix {
*zoom: 1;
}