html {
}

body {
	background: #fff url(lootbgblank.gif) no-repeat;
}

body.index {
	background: #fff url(lootbg.gif) no-repeat;
}

a {
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
}

div#entrance-lastupdate {
	position: absolute;
	width: 200px;
	height: 20px;
	top: 30px;
	left:650px;
	z-index: 9999;
	font-size: 1.1em;
	text-align: right;
}

div#left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 249px;
}

div#copyright {
	position: absolute;
	left: 50px;
	top: 545px;
	font-size: 0.9em;
}

div#showreel-update {
	position: absolute;
	left: 50px;
	top: 225px;
	z-index: 9000;
	font-size: 1.2em;
	display: none;
}

div#right {
	position: absolute;
	left: 289px;
	top: 0px;
	width: 620px;
}

div#top {
	width: 620px;
	height: 126px;
	text-align: right;
}

div#content {
	background-color: #000;
	width: 620px;
	height: 428px;
	color: #fff;
	overflow: hidden;
}

h1#logo {
	margin-bottom: 50px;
}
h1#logo a {
	display: block;
	text-indent: -9999px;
	width: 249px;
	height: 149px;
	background: url('loot.gif');
}
h1#logo a:hover {
	background-position: 249px 0px;
}

ul#menu {
	
}

ul#menu li a {
	display: block;
	text-indent: -9999px;
	width: 257px;
	height: 45px;
	background: url('mainmenu.gif');
}


ul#menu li#menu_showreel a {
	background-position: 0px 0px;
}
ul#menu li#menu_showreel a:hover, ul#menu li#menu_showreel a.hit {
	background-position: 257px 0px;
}

ul#menu li#menu_print a {
	background-position: 0px -50px;
}
ul#menu li#menu_print a:hover, ul#menu li#menu_print a.hit {
	background-position: 257px -50px;
}

ul#menu li#menu_about a {
	background-position: 0px -100px;
}
ul#menu li#menu_about a:hover, ul#menu li#menu_about a.hit {
	background-position: 257px -100px;
}

ul#menu li#menu_atelier a {
	background-position: 0px -150px;
}
ul#menu li#menu_atelier a:hover, ul#menu li#menu_atelier a.hit {
	background-position: 257px -150px;
}

ul#menu li#menu_contact a {
	background-position: 0px -200px;
}
ul#menu li#menu_contact a:hover, ul#menu li#menu_contact a.hit {
	background-position: 257px -200px;
}

a#arrow-left, a#arrow-right {
	position: absolute;
	top: 86px;
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	background: url('arrows.gif');
}

a#arrow-left {
	left: 549px;
	background-position: 0px 0px;
}
a#arrow-left:hover {
	background-position: 0px 40px;
}

div#printcounter {
	position: absolute;
	top: 90px;
	left: 460px;
	width: 80px;
	height: 30px;
	text-align: right;
	font-size: 2.5em;
	line-height: 30px;
	background-color: white;
	z-index: 10;
}

div#printtitle {
	position: absolute;
	top: 91px;
	left: 260px;
	width: 200px;
	height: 26px;
	text-align: right;
	line-height: 1.1em;
	vertical-align: bottom;
	font-size: 0.9em;
	padding: 2px;
	z-index: 20;
}

div#printtitle span {
	background-color: white;
}

a#arrow-right {
	left: 589px;
	background-position: -40px 0px;
}
a#arrow-right:hover {
	background-position: -40px 40px;
}

div#content p {
	position: absolute;
	left: 80px;
	top: 230px;
}

div#scroll-container p {
	position: relative;
}

div#googlemaps {
	position: absolute;
	left: 80px;
	top: 330px;
	width: 460px;
	height: 180px;
}

#scroll-container {
	overflow: hidden;
	height: 270px;
	width: 460px;
	position: relative;
	margin-left: 90px;
	margin-right: -45px;
	padding-right: 45px;
}

#scroll-content {
	position: relative;
	top: 0;
	font-size: 1.2em;
	line-height: 1.2em;
}

#scroll-controls {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100px;
	width: 32px;
}

#scroll-controls a.up-arrow {
	display: block;
	height: 48px;
	width: 50px;
	background: transparent url('arrowsvert.gif') no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 0;
	left: 0;
}

#scroll-controls a.up-arrow:hover {
	background: transparent url('arrowsvert.gif') no-repeat;
	background-position: -50px 0px;
}

#scroll-controls a.down-arrow {
	display: block;
	height: 48px;
	width:50px;
	background: transparent url('arrowsvert.gif') no-repeat;
	background-position: 0px -48px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#scroll-controls a.down-arrow:hover {
	background: transparent url('arrowsvert.gif') no-repeat;
	background-position: -50px -48px;
}