@charset "UTF-8";
/* CSS Document */

@import url("global.css");
@import url("fades.css");
@import url("footer.css");

#works {
	background-color:#F0F6C6;
	background-image:url(../images/aboutbg.png);}

#aboutcontainer {
	width:790px;
	height:300px;
	padding-bottom:28px; color:#FFF;}
	
#middlecontainer {
	width:790px;
	height:250px;
	padding-bottom:28px;}

.leftbox {
	width:245px;
	float:left;}
	
.middlebox {
	width:245px;
	float:left;
	margin-left:28px;}
	
.rightbox {
	width:245px;
	float:right;}
	
.centerbox {
	width:245px;
	float:left;}
	
.middlecontent {
	width:790px;
	height:250px;}
