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

* {
	padding:0;
}

body {
	text-align:center;
	
		background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	height:485px;
	background-position:top left;
}

#background_image {

}

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top: 30px;
}

#heading {
	float:left;
	width:200px;
	height:267px;
	
}

#content_top {
	background-image:url(../images/content_top.png);
	background-repeat:no-repeat;
	width:650px;
	height:62px;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

#content_middle {
	background-image:url(../images/content_center.png);
	width:650px;
	height:auto;
	float:left;
	margin-left:20px;
}

#content_middle p {
	margin:20px;
}


#content_bottom {
	background-image:url(../images/content_bottom.png);
	background-repeat:no-repeat;
	width:650px;
	height:56px;
	float:left;
	margin-left: 220px;
}

#content_bottom p {
	text-align:center;
	margin-top:20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px
}

.successium_image {
	float:right;
	width:200px;
	margin-right:20px;
	
}

#content_left {
	width:380px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px
}

#content_right {
	width:250px;
	float:left;
}

.welcome_img {
	margin-left:30px;
	margin-top:20px;
}

