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

body {
	text-align:center;
	margin:0px;
	padding:0px;
	background-color:#3f1a7a;
}

.container {
	background-image:url(../images/bg.gif); background-repeat:no-repeat;
 background-position:top;
	width:100%;
	text-align:center;
	height:100%;
	background-color:#3f1a77;
	margin:0px;
	padding:0px;
}

#container {
	margin:0 auto;
	width:953px;
	padding:0px;
	clear:both;
	text-align:left;
	background-image:url(../images/contain_bg.png); background-repeat:repeat-y;
	position:relative;
}

#contain_top {
	background-image:url(../images/contain_top.png);
	margin:0 auto;
	padding:0px;
	clear:both;
	text-align:center;
	height:384px;
	position:relative;
	width:953px;
	background-repeat:no-repeat;
}

#contain_foot {
	background-image:url(../images/contain_bottom.png); background-repeat:no-repeat;
	margin:0 auto;
	width:953px;
	height:63px;
	clear:both;
	padding:0px;
	position:relative;
}

p {
	font-family:arial;
	font-size:16px;
	line-height:1.6;
	font-weight:100;
}

#container a {
	color:6330bd;
	text-decoration:underline;
}

#container a:hover {
	color:6330bd;
	text-decoration:underline;
}