@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	overflow: hidden;
}
body {
	background-image: url(../images/background/loop.gif);
	background-repeat: repeat;
	margin: 0px;
	height: 100%;
	color: #fff;
	font: Arial, Helvetica, sans-serif;
}
a img {
	border: 0px;
}
.roundcont {
	width: 100%;
	color: #fff;
	position: absolute;
}
.thumbnails {
	width: 300px;
	height: 200px;
	background-color: #00CC00;
}
#container {
	position	: absolute;

	height		: 575px;
	overflow	: hidden;

	white-space:nowrap;
}

#content {
	position	: relative;
	left		: 5px;
	white-space:nowrap;
}

p {
	font		: normal 10px/14px arial,helevetica,san-serif;
}

#scrollArea {
	position	: absolute;
	left		: 2.5%;
	top			: 575px;
	height		: 8px;
	width		: 95%;
	border		: 1px solid #a7a9ac;
	overflow	: hidden;
}

#scroller {
	position	: absolute;
	top			: -1px;
	height		: 8px;
	background	: #AAA;
	border-top	: 1px solid #a7a9ac;
	border-bottom	: 1px solid #a7a9ac;
}
.contactleft {
clear:both;
	float:left;
	height:30px;
}
.contactright {
	float:right;
	height:30px;
	
}
input {
	width:220px;
	font-size: 10px;
}
textarea {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	width:220px;
	height:110px;
}
a:link {
	color: #a7a9ac;
	text-decoration: none;
}
a:hover {
	color: #a7a9ac;
	text-decoration: underline;
}
a:visited {
	color: #a7a9ac;
	text-decoration: none;
}