﻿.div_main
{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-480px;
	background-image:url('../Images/template2.jpg');
	background-repeat:no-repeat;
	height:650px;
	width:960px;
}

.div_content
{
	position:absolute;
	top:200px;
	left:20px;
	width:580px;
	height:400px;
	padding-right:10px;
	z-index:100;
}