html, body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFF;
}

body a:link, body a:visited, body a:active {
color: #000;
text-decoration: none;
}

body a:hover {
color: #FFF;
text-decoration: none;
}

#background {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
	z-index: -1;
}

.stretch {
    width:100%;
    height:100%;
}

#header {
width: 960px;
margin: auto;
}

#header ul {
list-style: none;
}

#header li {
display: inline;
padding: 0 10px 10px 40px;
}

#container {
width: 960px;
margin: auto;
line-height: 1.3em;
}

#photo {
width: 411px;
height: 308px;
margin: 40px 0 0 60px;
float: left;
border: 3px solid #000;
}

#intro {
width: 340px;
margin: 40px 40px 0 0;
padding: 10px 20px;
background: #933;
border: 2px dotted #FFF;
float: right;
}

#footer {
width: 960px;
margin: auto;
padding: 50px 0 30px 0;
font-size: 11px;
text-align: center;
clear: both;
}
