﻿/* logo overlay */
#overlay {
	position: absolute;
	top: 18px;
	right: 0px;
	width: 172px;
	height: 383px;
	z-index: 250;
}

/* top */
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 100px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 100px;
	background-image: url(../../images/logo.gif);
}

#languages {
	position: absolute;
	top: 67px;
	right: 125px;
	width: 150px;
	height: 15px;
	text-align: right;
	z-index: 300;
}

/* banner */
#banner {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 770px;
	height: 234px;
}

#rolling {
	width: 770px;
	height: 220px;
}

.trim {
	width: 770px;
	height: 7px;
}


/* other */
.noflash_logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

.noflash_text {
	padding: 15px 0px 20px 20px
}
