@charset "UTF-8";
@import url(design.css);
html{
	height: 100%;
}

body{
	margin: 0;
	font-family: Verdana;
	font-size: 0.8em;
	background-color: #FFFFFF;
	height: 100%;
	background-image: url(../gfx/body-bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#page {
	background-image: url(../gfx/green.png);
	background-repeat: repeat-y;
	background-position: 00px 0px;
	width:1010px;
	min-height:100%;
}

#left {
	background-color: #E7F7E4;
	float: left;
	width: 700px; 
	height:100%;
}

#right {
	float:right;
	width: 300px;
	height: 460px;
	background-color: #A0E095;
	background-image: url(../gfx/right-bgold.png);
	background-repeat: no-repeat;
	background-position: 20px 50px;
	margin-right:10px;
}

div.clear {
	clear:both;
}