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

body{
	margin:0px;
	background-color:#000000;
}
#container{
	margin:0px;
	height:auto;
}
#mainbg{
	width:100%;
	background-image:url(../images/mainbg.png);
	height:911px;
}
#maindesign{
	width:980px;
	margin:auto;
	height:auto;
}
.title{
	font-family:arial;
	font-size:18px;
	color:#FFFFFF;
}
.txt{
	font-family:tahoma;
	font-size:11px;
	line-height:20px;
	color:#FFFFFF;
	padding-right:40px;
	padding-top:10px;
}
.txt1{
	font-family:tahoma;
	font-size:11px;
	line-height:20px;
	color:#FFFFFF;
	text-decoration:none;
}
.txt1 a{
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
.txt1 a:hover{
	font-family:tahoma;
	font-size:11px;
	color:#FF9900;
	text-decoration:underline;
}
.subtitle{
	font-family:arial;
	font-size:24px;
	color:#FFFFFF;
}
#footerbg{
	width:100%;
	height:79px;
	background-color:#0e0e0e;
	margin-top:60px;
}
.footertxt{
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	padding-top:20px;
}
.footertxt a{
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
.footertxt a:hover{
	font-family:tahoma;
	font-size:11px;
	color:#4b4949;
	text-decoration:underline;
}
.namebox{
	width:200px;
	height:20px;
	font-family:arial;
	font-size:12px;
	color:#fff;
	background-color:#0E0E0E;
	border:#404040 solid 1px;
}
.messagebox{
	width:300px;
	height:100px;
	font-family:arial;
	font-size:12px;
	color:#fff;
	background-color:#0E0E0E;
	border:#404040 solid 1px;
}