@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFDD;
	width: 100%;
	height: 100%;
}
#Blind{
	width: 100%;
	height: 100%;
}
#Content{
	margin:	auto;
	width: 1000px;
	height: 571px;
	background: url(bck.jpg);
}
#Footer,
#Main{
	color: white;
	float:right;
	height:100px;
	margin:40px 180px;
	text-align:justify;
	width:460px;
}
#Footer{
	margin-top: 260px;
	color: black;
}
h1{
	font-size: 1.1em;
}
a{color: #99FFFF;}