html, body {
	padding:0;
	margin:0;
	height:100%;
	width:100%;
}

body {
	background:url('/pic/top_bg.gif') left top repeat-x;
}

div.main {
	width:990px;
	margin:0 auto;
	position:relative;
	height:100%;
	background:url('/pic/title_bg.gif') left top repeat-x;
}

div.main .left, div.main .right {
	height:302px;
	display:block;
	position:relative;
}

div.main .left {
	width:232px;
	float:left;
	background:url('/pic/left.jpg') left top no-repeat;
}

div.main .left a.logo {
	position:absolute;
	width:150px;
	height:50px;
	left:24px;
	top:46px;
}

div.main .right {
	width:253px;
	float:right;
	background:url('/pic/right.jpg') left top no-repeat;
}

div.main .right a.home {
	position:absolute;
	width:28px;
	height:28px;
	right:33px;
	top:52px;
}

div.main .right a.mail {
	position:absolute;
	width:28px;
	height:26px;
	right:33px;
	top:85px;
}

ul.links {
	display:block;
	position:absolute;
	left:0px;
	top:170px;
	width:990px;
	overflow:hidden;
	padding:0;
	margin:0;
}

ul.links li {
	width:33%;
	float:left;
	display:block;
	
	text-align:center;
}

ul.links li a {
	display:block;
	
	color:#336699;
	font-family:Arial;
	font-size:12px;
}


ul.links li a img {
	border:none;
	margin-bottom:12px;
}

div.contacts {
	width:990px;
	position:absolute;
	left:0;
	top:480px;
	text-align:center;
	font-size:12px;
	color:#333333;
	font-family:Arial;
}


div.footer {
	width:990px;
	position:absolute;
	left:0;
	top:620px;
	font-size:12px;
	color:#999999;
	font-family:Arial;
}

a {
	color:#336699;
}

a:hover {
	text-decoration:none;
}
