div.main { 
	width:100%; 
	height:100%;
	margin-left:0px;
	margin-right:0px;
}

div.header {
	background: url(images/head_bg.jpg) repeat-x;
	width:100%;
	height:246px;
}

div.head_line {
	background: url(images/head_line_bg.jpg) repeat-x;
	width:100%;
	height:27px;
}

div.logo {
	background: url(images/logo.png) no-repeat;
	width:410px;
	height:115px;
	margin-top:0px;
	margin-left:0px;
}

div.head_menu {
	background: url(images/head_menu_bg.jpg) no-repeat center;
	widh:100%;
	height:121px;
	margin-top:5px;
}

div.plans {
	width:912px;
	height:335px;
	margin-left:auto;
	margin-right:auto;
}

div.plan {
	background: url(images/plans/plan_box.jpg) 0 0 no-repeat;
	width:304px;
	height:300px;
}

div.center {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

div.footer {
	height:40px;
}