body, html {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	background:#ffffff url('../media/treeleft.gif') repeat-y left top;
}

#leftback {
	position: absolute;
	left: 0;
	top:  0;
	margin:  0;
	padding:  0;
	display: block;
	height: 100%;
	width: 38px;
	background:#ffffff url('../media/treeleft.gif') repeat-y left top;
}

#rightback {
	position: absolute;
	right: 0;
	top:  0;
	margin:  0;
	padding:  0;
	display: block;
	height: 100%;
	width: 38px;
	background:#ffffff url('../media/treeright.gif') repeat-y left top;
}

#AltContent {
	display: block;
	margin: 0 auto;
	width: 980px;
}

#container
{
    width: 980px;
    height: 100%;
    
    position: relative;
    
    margin: auto;
}

#header
{
    width: 825px;
    height: 65px;
    
    margin: auto;
    
    background: url(../images/header.jpg) left top no-repeat;
}

#photo
{
    text-align: center;
    margin-top: 150px;
}
