body {
    background:#000000 url("images/background.jpg") top left no-repeat;
    background-attachment: fixed;
    color:#fff;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: .75em;
    margin:0px 0px; 
    padding:0px;
    width:100%;
    height:100%;
}

A:link    { color:#aaa; }
A:visited { color:#aaa; }
a         { text-decoration: none; }
a:hover   { color:#ddd; }
b         { color:#ccc; }
img       { border:0px; }
p         { padding: 0px 0px 0px 15px; }
li        { padding:0px 0px 0px 30px; }

#header {
	padding: 15px;
	width: 850px;
	margin: 0px auto;
	text-align: center;
	border-bottom: white 1px solid;
}

#header li {
	display: inline;
	font-size: 20px;
}

#content {
    background: url("images/body/body.jpg") center repeat-y;	
    margin:0px auto; 
    padding:0px;
    spacing:0px;
    width:850px;
    text-align:left;
    line-height:1.75;
}

h1 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 2.1em;
    font-weight: lighter;
    padding:5px 0px 0px 0px;
    spacing: 0px;
    margin: 0px;
}

#bottom {
    padding:50px 20px 10px 30px;
    text-align:right;
    font-size:.7em;
    color:#aaa;
}
