html, body
{
	margin:0px;
	padding:0px;
	height:100%;
}

.wrap
{
	width:100%;
	height:100%;
}

.container
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;

}

.content
{
	text-align:center;
}

.flashcontent
{
	position:absolute;
	width:100%;
	height:600px;
	overflow:hidden;
	top:-200px;
}

a {
	color: #003665;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	font-style: italic;
}
:focus {
	outline: 0;
}

/** For Button **/

#go-to-site-button {
	width: 190px;
	height: 38px;
	margin: 0 auto;
	text-align:center;
}
#go-to-site-button a {
	display: block;
	width: 190px;
	height: 38px;
	background: url(images/go-to-site-button.png) top left;
}
#go-to-site-button a:hover {
	background: url(images/go-to-site-button.png) bottom left;
}
