/* Start of CMSMS style sheet 'dance-layout' */
body {
background: white;
text-align:center;
font-family:verdana,arial,helvetica,sans-serif;
font-size:90%;
}
* { 
    -moz-box-sizing: border-box; 
}


#container {
 width:800px;

 margin-left:auto;
 margin-right:auto;
 border: 1px dashed grey;
}

#header {
margin:5px;
}

#logonoblur {float:left}
#headerinfo {margin:5px;float:left;text-align:left;}
#headerback {padding-left:55px}

#hovedmenu {
width:100%;
clear:both;
}

#main {
width:600px;
float:right;
}


#menu_vert{
width: 175px;
text-align:left;
float:left;
}

#content {
width:800px;
min-height:600px;
float:right;
text-align:left;
background-image:url(/uploads/dance-minimal/contentback.jpg);
background-repeat: no-repeat;
background-position:top right;
overflow:visible;
display:inline;
}

#footer {
text-align:center;
padding:10px;
clear:both;
}

/* End of 'dance-layout' */

