@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../img/background_bottom.png);
	background-repeat: repeat;
	height: 100%;
	color: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.3em;
}

html {
	height: 100%;
}

p {
	margin-bottom: 5px;
}

#tophalf
{
	background-image: url(../img/background_top2.png);
	background-repeat: repeat-x;
	height: 580px;
}

#topcontainer {
	background-image: url(../img/background_viewport2.png);
	height: 580px;
	width: 960px;
	background-repeat: no-repeat;
}

#slide-container {
	padding-top: 208px;
	text-align: left;
	padding-left: 185px;
	height: 300px;
}

#text-container {
	text-align: center;
	padding-top: 25px;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}