/* CSS Document */

body, html
{
	height: 100%;
}

body
{
	background: url(../images/intro/bg.gif) repeat-x #ffd800;
	margin: 0px;
	text-align: center;
}

div, table, p
{
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial;
	font-size: 11px;
	color: #002959;
}
*
{
	outline: none;
}

a
{
	color: #002959;
	text-decoration: underline;
}

p
{
	margin-top: 9px;
	margin-bottom: 18px;
}

img
{
	border: none;
}

h1
{
	margin-top: 12px;
	margin-bottom: 30px;
	line-height: 36px;
}

h3
{
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 36px;
}

h4
{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 30px;
}


h5
{
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 36px;
}

#container
{
	margin: 0 auto;
	width: 920px;
	height: 625px;
	background: url(../images/intro/container_bg.gif) no-repeat;
	text-align: center;
}

#logo
{
	margin: 0 auto;
	width: 260px;
	height: 335px;
}

#buttons
{
	margin: 0 auto;
	width: 870px;
	height: 205px;
	margin-top: 29px;
}

.button
{
	width: 135px;
	height: 205px;
	float: left;
	margin-right: 11px;
}

#footer
{
	width: 920px;
	height: 30px;
	margin-top: 25px;
	text-align: center;
}

#footer span
{
	padding-left: 10px;
	padding-right: 10px;
}
