html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 105%;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}

/* ID's */

#top {
	height: 120px;
}

#background {
	height: 342px;
	margin: auto 0 auto 0;
	background: url(../../files/splash-bg.jpg) scroll center center no-repeat;
}

#midcontainer {
	width: 660px;
	margin: 0 auto 0 auto;
	height: 342px;
}

#midLeft {
	float: left;
}

#middle {
	width: 584px;
	float: left;
}

#midTop {
	height: 66px;
	background: url(../../files/splash-top.jpg);
}

#midBot {
	height: 66px;
	clear: left;
	background: url(../../files/splash-bot.jpg);
}

#midImage {
	float: left;
	height: 210px;
}

#language {
	padding: 8px 10px 0 10px;
}

/* Commented backslash hack v2 \*/ 
* html #middle {margin-right:-3px}
/* End hack */ 

/* Links */

a:link { 
	color: #000000;
	text-decoration: none;
	border: 0;
}

a:visited { 
	color: #000000;
	text-decoration: none;
}

a:active, a:hover { 
	text-decoration: underline;
}


