html, body  {
	position: relative;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #fff;
	background-image: url(../img/bg.jpg);
}

img {
	border: 0px;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #333;
	
}
#wrapper {
	margin: auto;
	position: relative;
	width: 900px;
	height:600px;
	z-index: 0;
	text-align: center;
	top: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 100;
	color: #FFF;
}


#write {
	margin: auto;
	position: relative;
	width: 850px;
	height:500px;
	z-index: 0;
	text-align: center;
	top: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	background-image: url(../img/wbg.png);
	line-height:1.4em;
	background-repeat: no-repeat;
}

#write2 {
	margin: auto;
	position: relative;
	width: 850px;
	height:500px;
	z-index: 0;
	text-align: left;
	top: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	background-image: url(../img/wbg.png);
	background-repeat: no-repeat;
}


#logo {
	position: relative;
	text-align:left;
}

#line1 {
	position: relative;
	text-align:center;
}

.titlesub8 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 300;
	color: #333;
	line-height:1.4em;
	text-transform: uppercase;
	padding-top:20px;
}

.titlesub9 {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	font-weight: 200;
	color: #FFF;
	line-height:1.4em;
	text-transform: none;
	padding-top:10px;
	height:30px;
}

#foot {
	margin: auto;
	position: relative;
	width: 100%;
	z-index: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
}