* {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
}
img {
	border: 0;
}
body {
	background: #fff;
	margin-top: 10px;
	font-size: 10pt;
}
#wrap {
	width: 900px;
	margin: 0 auto;
}
#top_container {
	text-align: right;
}
#middle_container {
	height: 400px;
	clear: both;
	margin-top: 5px;
}
#middle_left {
	width: 200px;
	height: 400px;
	background: url(../images/backgrounds/middle_left_bg.jpg);
	float: left;
}
#middle_right {
	float: right;
	width: 700px;
	height: 400px;
	background: url(../images/backgrounds/non_flash_bg_logo.jpg) no-repeat;
}
#middle_right_contact {
	width: 700px;
	height: 400px;
	background: url(../images/backgrounds/non_flash_bg_logo.jpg) no-repeat;
	float: right;
}
#middle_right_whychooseus {
	width: 700px;
	height: 400px;
	background: url(../images/backgrounds/non_flash_bg_development.jpg) no-repeat;
	float: right;
}
#middle_right_siteexamples {
	width: 700px;
	height: 400px;
	background: url(../images/backgrounds/non_flash_bg_design.jpg) no-repeat;
	float: right;
}
#middle_right_packages {
	width: 700px;
	height: 400px;
	background: url(../images/backgrounds/non_flash_bg_pricing.jpg) no-repeat;
	float: right;
}
#middle_right_testimonials {
	width: 700px;
	height: 400px;
	background: url(../images/backgrounds/non_flash_bg_testimonials.jpg) no-repeat;
	float: right;
}
#middle_right_seo {
	width: 700px;
	height: 400px;
	background: url(../images/backgrounds/non_flash_bg_seo.jpg) no-repeat;
	float: right;
}
#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	color: #aaa;
	font-size: 10pt;
	margin-top: 20px;
	margin-bottom: 20px;
}
#cancel {
	width: 876px;
	padding: 10px;
	background: #ff9999;
	border: 2px dashed #333;
	text-align: left;
	font-size: 12pt;
	margin-bottom: 10px;
}
#thankyou {
	width: 876px;
	padding: 10px;
	color: #000;
	background: #ccffcc;
	border: 2px dashed #333;
	text-align: left;
	font-size: 12pt;
	margin-bottom: 10px;
}
#right_corner {
	position: fixed;
	bottom: 0;
	right: 10px;
}
#left_corner {
	position: fixed;
	bottom: 5px;
	left: 10px;
}