@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	color: #FFFFFF;
	background-color:#000000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
#header {
	clear: both;
	height:110px;
	background-image:url(images/top.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#menu {
	clear: both;
	background-image:url(images/menu-back.gif);
	background-repeat: repeat-y;
	background-position: center;	
	height: 25px;
}
#main {
	clear: both;
	background-image:url(images/main-back.gif);
	background-repeat: repeat-y;
	background-position: center;	
}
#bottom {
	clear: both;
	height:30px;
	background-image:url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#intro {
	height: 100%;
	width: 100%;
	position:absolute;
	top:0px;
	left:0px;
	bottom: 0px;
	background-color: black;
	opacity: 1.0;
	-khtmlopacity:1.0;
	filter: alpha(opacity="100");
	text-align: center;
}

a:link, a:visited {
	color:#0099FF;
}
a:hover {
	color:#FFFFFF;
}
a:link:first-letter. a:hover:first-letter {
	color: #E72929;
}

.emphasis {
	font-size: 15px;
	font-weight: bold;
	font-style:italic;
	font-family:"Trebuchet MS", Helvetica, Sans-serif;
}
