html, body { 
		font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
		line-height: 18px;
	    height: 100%; 
	    margin: 0; 
	    padding: 0; 
	    border: 0; 
	    background: #4a5567;
}

p{
margin: 0px;
padding: 0px;
}

img {
        border: 0px;
}
	    
#rounded { 
		font-size: 11px; 
	    width: 745px; 
	    vertical-align: middle; 
	    position: absolute; 
	    top: 50%; 
	    left: 50%; 
	    height: 600px; 
	    margin-top: -300px;
	    margin-left: -375px; 
	    background: url(../img/main_back_tile.jpg);
	    border: 4px solid white;
}

#round_top_right{
        position: absolute;
        margin-left: 737px;
        margin-top: -4px;
        width: 12px;
        height: 12px;
        background: url(../img/top_right_rounded.jpg);
        z-index: 1;
}

#round_bottom_right{
        position: absolute;
        margin-top: 592px;
        margin-left: 737px;
        width: 12px;
        height: 12px;
        background: url(../img/bottom_right_rounded.jpg);
        z-index: 1;
}

#menu{
		position: absolute;
}

.menu_button{
        padding: 8px 10px 8px 0px;
		text-align: right;
        font-size: 11px;
        color: white;
		border-bottom: 4px solid #fff;
		width: 95px;
}

#main_content{
 		position: absolute;
 		top: 0px;
 		left: 106px;
}

#iframe_{ 
        width: 639px;
        height: 600px;
        border: 0px;
        overflow: hidden;
}

#iframe_edit{ 
        width: 649px;
        height: 600px;
        border: 0px;
}

#annemieke{
color: white;
margin-left: 30px;
margin-top: 80px;
font-size: 10px;
width: 600px;
}

h1{
color: white;
font-size: 22px;
font-weight: normal;
margin-bottom: 30px;
}

a, a:visited, a:link, a:active, a:hover{
		color: white;
		text-decoration: none;
}
