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

body
{
	background:#444444;
}
#header
{
	background:url(images/header.png) no-repeat;
	width:738px;
	height:100px;
	margin:0 auto;
}
#maindown
{
	background:url(images/maindown.png) no-repeat;
	width:738px;
	height:518px;
	margin:0 auto;
}
#logo
{
	background:url(images/logo.png) no-repeat;
	width:188px;
	height:85px;
	margin:7px 0 0 17px;
	position:absolute;
	cursor:pointer;s
}
#home
{
	background:url(images/home.png) no-repeat;
	width:85px;
	height:85px;
	position:absolute;
	margin:7px 0 0 224px;
	cursor:pointer;
}
#hsm1
{
	background:url(images/hsm1.png) no-repeat;
	width:85px;
	height:85px;
	position:absolute;
	margin:7px 0 0  325px;
	cursor:pointer;
}
#hsm2
{
	background:url(images/hsm2.png) no-repeat;
	width:85px;
	height:85px;
	position:absolute;
	margin:7px 0 0 427px;
	cursor:pointer;
}
#hsm3
{
	background:url(images/hsm3.png) no-repeat;
	width:85px;
	height:85px;
	position:absolute;
	margin:7px 0 0 530px;
	cursor:pointer;
}
#extras
{
	background:url(images/extras.png) no-repeat;
	width:85px;
	height:85px;
	position:absolute;
	margin:7px 0 0 634px;
	cursor:pointer;
}
#cont
{
	background:url(images/cont.png) no-repeat;
	width:703px;
	height:495px;
	position:absolute;
	margin:10px 0 0 17px;
	font:10px Tahoma, Geneva, sans-serif;
}
#welcome
{
	background:url(images/welcome.png) no-repeat;
	width:667px;
	height:99px;
	position:absolute;
	margin:18px 0 0 18px;
}
#text
{
	font:10px Tahoma, Geneva, sans-serif;
	padding:130px 0 0 18px;
	color:#FFF;
}
#text a
{
	color:#c2652c;
}
#text a:visited
{
	color:#c2652c;
}
#text a:hover
{
	color:#c2652c;
}
#link
{
	color:#c2652c;
	text-decoration:underline;
	cursor:pointer;
}