body {
    background-color: #1C6AAC;
	font-size: 14px;
	font-family: Verdana, Arial, Sans-Serif;
}

img {
    border: 0px;
}


#content {
	width: 924px;
	height: 671px;
	background-image: url("/images/background.jpg");
	background-repeat: no-repeat;
	margin: auto;
}

#top_content {
	position: relative;
	left: 105px;
	top: 76px;
}

#story_text {
	position: relative;
	float: left;
	width: 370px;
	text-align: left;
	font-size: 16px;
	/*font-weight: bold;*/
	padding: 1px 0px;
	margin-top: 23px;
}

#story_text p {
    margin: 14px 0px;
}

#login_box {
	position: relative;
	float: left;
	width: 300px;
	height: 230px;
	background-color: #F5F5F5;
	border: 1px solid #AFAFAF;
	margin-left: 30px;
	padding: 0px 15px;
}

	#login_header {
		text-align: center;
		padding: 10px 0px 5px 0px;
		border-bottom: 2px solid black;
	}

	#sign_in {
		text-align: center;
		padding: 6px 0px 4px 0px;
		border-bottom: 2px solid black;
	}

		#login_form {
			margin: 0px;
			padding: 0px;
			margin-bottom: 5px;
			font-size: 10px;
			font-weight: bold;
			color: #1C6AAC;
			vertical-align: middle;
        }

		#login_form input {
            vertical-align: middle;
        }

		#login_form .text_box {
			border: 1px solid #AFAFAF;
			width: 70px;
			font-size: 10px;
			font-weight: bold;
			color: #1C6AAC;
			padding: 2px;
        }

		#login_form .submit {
			font-size: 10px;
        }

		#login_form .checkbox {
			margin: 5px 5px 0px 0px;
        }

		#logging_in {
			margin: 0px;
			padding: 0px;
			display: none;
			vertical-align: middle;
		}

		iframe {
		    height: 0px;
			margin: 0;
			visibility: hidden;
		}

	#links {
		text-align: center;
		padding: 4px 0px 3px 0px;
	}

		#links a {
			text-transform: uppercase;
			font-weight: bold;
			font-size: 10px;
			text-decoration: none;
			color: black;
		}

		#links a:hover {
			text-decoration: underline;
			color: #F89810;
		}

#bottom_content {
	position: relative;
	left: 375px;
	top: 152px;
	width: 500px;
	clear: left;
}

#buttons {
	float: left;
	width: 255px;
}

#or_play_the {
	margin: 6px 0px;
}

#learn_more {
	float: left;
	width: 165px;
	height: 135px;
	margin-left: 20px;
	font-size: 11px;
	text-align: left;
	color: white;
	background-color: #1C6AAC;
	padding: 7px 10px;
}

#learn_more a {
    color: #F89810;
}

#learn_more em {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

#lower_link {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}

#tour_link a:hover {
	text-decoration: none;
}


#clear {
    clear: left;
}

