@charset "UTF-8";

/* default tags */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	background: #000000;
	font-size:14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

img {
	border: 0px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:24px;
	font-size:10px;
}

/* default links */

a {
	text-decoration:none;
}

a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:active {
	color:#36577e;
}

a:hover {
	color:#36577e;
}

a.sel {
	color:#36577e;
}

/* */

#splash{
	position:absolute;
	width: 661px;
	height: 342px;
	overflow: hidden;
	background: #ffffff url(../images/left.jpg) top left no-repeat;
}

#image{
	position:absolute;
	width: 4090px;
	height: 342px;
	top: 0px;
	left: 0px;
}

#animation{
	position:absolute;
	width: 661px;
	height: 342px;
	top: 0px;
	left: 0px;
}

#content{
	position:absolute;
	height: 342px;
	top: 0px;
	left: 661px;
	color: #000000;
	overflow: hidden;
}

.clear{
	clear: both; 
}
