body {
	font-family: georgia, arial, helvetica;
	background-image: url(../images/grad.jpg); 
	background-repeat: repeat-x;
	text-align:center;
		
}
#wrapper {
	width:780px;
	margin:10px auto;
	text-align:left;
}

#left {
	float:left;
	width:360px;
	padding:10px;
	
}


#right {
	float:right;
	width:360px;
	background-color:#FDF2C6;
	padding:10px;
	border:1px solid #aaa;
	margin-bottom:20px;
}

#right_content {
	margin-top: 5px;
}

#company_information {
	font-size: 1.3em;
	
}