BODY {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: arial;
	font-size: 16px;
color: #666666;
       background-image: url('/img/bg.jpg');
       background-repeat: repeat-y;
       background-position: center;
}

#frame {
	margin-right:auto;
	margin-left:auto; 
	margin-top: 20px;
width: 880px; 
height: 300px;
	/*border: 1px dashed blue;*/
}

#left {
	margin-top: 50px;
float: left;
width: 450px;
height: inherit;
	text-align: center;
	/*border: 1px dashed black;*/
}	

#right {
	margin-top: 20px;
float: left;
width: 350px;
height: inherit;
	text-align: center;
}

