@charset "utf-8";

body {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #dbcdf9;
	background-color:#1b0050;
}
#header {
	background-image:url(images/header.jpg);
	height: 306px;
	width: 950px;
	
}
#text01 {
	width: 950px;
	height: 98px;
	background: url(images/txt.jpg) no-repeat;
	float:left;
}
.text {
	margin-left: 297px;
	line-height:16px;
}
.text2 {
	color: #ebe2ff;
	font-weight:bold;
}
a img {
	border: #931bd8 2px solid;
}
.br {
	border: none;
}
#set01 {
	float: left;
	width: 950px;
	height: 619px;
	background: url(images/set1.jpg) no-repeat;
}
#footer1 {
	float: left;
	width: 950px;
	height: 54px;
	background: url(images/footer1.jpg) no-repeat;		
}
#footer3 {
	float: left;
	width: 950px;
	height: 92px;
	background: url(images/footer3.jpg) no-repeat;		
}
.footer {
	font-size:12px;
	color:#cfbef2;
}
.footer a:link, .footer a:visited {
	font-size:12px;
	color:#e5d9ff;
	text-decoration:underline;
}
.footer a:active, .footer a:hover {
	font-size:12px;
	color:#e5d9ff;
	text-decoration:none;
}

