@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#outer {
	background-image: url(images/back.jpg);
	width: 100%;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 437px;
	width: 1000px;
}
#outer #wrapper #icon {
	height: 50px;
	width: 1000px;
	text-align: center;
}
#outer #wrapper #content {
	width: 870px;
	visibility: inherit;
	padding-right: 50px;
	padding-left: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.word {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #FFF;
	text-align: left;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #FF0;
	text-align: left;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #0FF;
	text-align: left;
}
.word1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #333;
	text-align: center;
}
.word2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
	text-align: left;
}
