body {
    background-color: #aebbb5;
	background-image: url("background.jpg");
	background-repeat: repeat-y;
}

div#container {
    width:100%;
    height:100%;
}

#header {
	position:relative;
	left:15px;
}

div#leftsection {
    position:relative;
    width:350px;
    height:100%;
	left:25px;
}
div#rightsection {
	position:absolute;
	left:470px;
	top:0px;
	margin:0px;
	width:600px;
	height:100%;
	border:none;
}
iframe#content {
	width:100%;
	height:815px;
	border:none;
	margin:0px;
}

div#search {
    position:relative;
	top:10px;
}

a { color: white; }
a:visited { color: #DDDDDD; }
a:hover { color: #000; }