@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A69559;
}
#flash1 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


.by {
	width: 100%;
	background-image: url(images/by.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#Lap {
	font-size: 10pt;
	line-height: 18pt;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	z-index: 100;
}
#Enter {
	width: 100px;
	position: absolute;
	right: 40px;
	bottom: 20px;
	height: 35px;
	z-index: 100;
}
#Enter a {
	background-image: url(images/Enter.png);
	background-position: 0px 0px;
	font-size: 0px;
	color: #FFF;
	display: block;
	width: 100px;
	padding-top: 35px;
	height: 0px;
}
#Enter a:hover {
	background-position: 0px -35px;
}


#Writing {
	float: left;
	width: 800px;
	margin-left: 50px;
	text-align: center;
}
