@charset "utf-8";
/* CSS Document */

#body  {
  width:1054px;
  margin:auto;
  padding:0px;
  
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  background-color:#e20001;
}

#main {
  background-image:url(img/bg6.png); 
  background-repeat:no-repeat; 
  width:1054px; 
  height:821px;
  position:relative;
}

#page {
	width:605px;
	height:400px;
	left: 240px;
	top: 270px;
	position: relative;
}

#page2 {
	width:565px;
	height:290px;
	left: 210px;
	top: 230px;
	position: relative;
	padding:15px;
}


#footer{
	position:relative;
	width:955px;
	height:150px;
	/*border:#6600CC 1px solid;*/
	top:340px;
	left:45px;
	overflow:hidden;
	/*background-color:#a10006;*/
}

h1 {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	font-size:14px;
	color:#FF0000;
}

h2 {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	font-size:12px;
}

li {
	padding:0px;
	margin:0px;
}

ul {
	padding:0px;
	margin:0px;
	margin-left:15px;
}

a {
	cursor:pointer;
}

img {
	border:0px;
}

