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


body {
	background:#FFFFFF;
}


#parent {
	width:900px;
	height:900px;
	background:url(background.png);
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	
}

#header {
	width:900px;
	height:147px;
	margin-bottom:50px;
}

#content {
	float:right;
}

#content img {
	border:none;
}


#webdesign {
	
}


#firstblock {
	width:396px;
	height:17px;
	background:#cccccc;
}


#cms {
	
}

#secondblock {
	width:396px;
	height:17px;
	background:#a5a4a4;
}


#print {
	
}


#thirdblock {
	width:396px;
	height:17px;
	background:#7c7c7c;
}


#fourthblock {
	width:396px;
	height:17px;
	background:#656565;
}

#stuff {
	width:396px;
	
}

#stuff a img {
	border:none;
	margin-top:10px;
}

.blurb {
	width:100%;
	padding:3px;
	color:#999;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-top:10px;
	margin-bottom:10px;
}
	

