body {
	background-color: #2C2C2C;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0;
	height: 100%;
}


#left_bg {
	background-color: #FFFFFF;
	background-image: url(images/back_left.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	min-height:600px;
	min-width: 400px;
	width: 50%;
	position: absolute;
	top: 0px;
	z-index: -100;
	left: 0px;
	bottom: 0px;
}
* html #left_bg {
  height: 100%;
}

#con {
	width: 400px;
	height: 600px;
}

#content {
	height: 533px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content_top {
	background-image:url(images/temp.png);
	background-repeat:no-repeat;
	height:570px;
	width:800px;
}
#content_bottom_left {
	color:#FFFFFF;
	float:left;
	font-size:15px;
	font-weight:bold;
	width:400px;
	padding-top:10px;
}
#content_bottom_left a {
	color:#FFFFFF;
	text-decoration: none;
}

#content_bottom_right {
	color:#2C2C2C;
	float:left;
	font-size:15px;
	font-weight:bold;
	width:400px;
	padding-top:10px;
}
#content_bottom_right a {
	color:#2C2C2C;
	text-decoration: none;
}