/* 
Document   : screen
Created on : 14.02.2009, 00:03:52
Author     : christiansahm
Description: screen style
*/


root{ 
    display: block;
}

body{
    font-size: 12px;
	font-family: Georgia, Times, Serif;
	padding: 0;
	margin: 0;
    background: #fff url("/images/bg_body.jpg") top center repeat-y;
}

a {
	color: #000;
}

#wrapper{
    margin: 0 auto;
    width: 920px;
	overflow: auto;
    background: #fff url("/images/bg_body.jpg") top center repeat-y;
}

#header{
    background: transparent url("/images/bg_header.jpg") top left no-repeat;
    width: 920px;
    height: 180px;
	margin: 0;
}

#navi{
    float: left;
    width: 240px;
    margin: 15px;
}

#content{
    float: left;
    width: 610px;
    margin: 15px;
}

#footer{
    background: transparent url("/images/bg_footer.jpg") top left no-repeat;
    width: 920px;
    height: 110px;
    position: absolute;
    bottom: 0;
	margin: 0;
}

#footer p{
    font-size: 0.8em;
    margin: 32px 80px 0 20px;
}

#footer a{
    color: #fff;
}