html{
	height: 100%;
}
body{ 	
	font-family: Times, "Times New Roman", serif; 
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #010101;
	height: 100%;
}

#site{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 984px;
	height: 600px;
	margin-left: -492px;
	margin-top: -300px;
}

#header{
	position: absolute;
	margin-top: 4px;
	margin-left: 5px;
}

#header img{
	float: left;
}

#menu{
	position: absolute;
	margin-top: 106px;
	margin-left: 106px;
}

#menu a{
	display: block;
	margin-bottom: 2px;
}

#submenu{
	position: absolute;
	margin-top: 108px;
	margin-left: 282px;
}

#submenu a{
	display: block;
	margin-bottom: 2px;
}

#container{
	position: absolute;
	margin-top: 104px;
	margin-left: 475px;
	width: 509px;
	height: 433px;
}

#scrollcontainer{
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 485px;
	height: 465px;
	overflow: hidden;
}

#scrollbar{
	position: absolute;
	background-color: #1A1A1A;
	width: 20px;
	height: 450px;
	margin-left: 489px;
	display: none;
	z-index: 101;
}

#scrollhandle{
	position: absolute;
	background-color: #FF3F68;
	width: 20px;
	height: 73px;
	display: none;
}

#thumbscrollbar{
	position: absolute;
	background-color: #1A1A1A;
	width: 20px;
	height: 352px;
	margin-left: 489px;
	display: none;
	z-index: 100;
}

#thumbscrollhandle{
	position: absolute;
	background-color: #FF3F68;
	width: 20px;
	height: 73px;
	display: none;
}

#footer{
	position: absolute;
	margin-top: 575px;
	margin-left: 257px;
}

#bg1{
	position: absolute;
	margin-top: 4px;
	margin-left: 407px;
}

#bg2{
	position: absolute;
	margin-top: 436px;
	margin-left: 45px;
}

.divider{
	clear: both;
	font-size: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/* CONTENT */

.content{
	font-size: 14px;
}

.content p{
	margin: 0px 0px 1em 0px;
	padding: 0px;
	font-size: 14px;
}

.content a{
	color: #FF3F68;
	text-decoration: none;
}

.content a:hover{
	text-decoration: underline;
}

#pagecontainer{
	background-color: #1A1A1A;
	padding: 5px;
}

.content .listthumb{
	margin-right: 5px;
	font-size: 0px;
	float: left;
}

/* HOME */

.homenews{
	background-color: #1A1A1A;
	padding: 5px;
	margin-bottom: 7px;
}

/* WHO */

.who{
	background-color: #1A1A1A;
	padding: 5px;
	margin-bottom: 7px;
}

/* CLIENTS & LINKS */

.clientlink{
	margin-bottom: 1em;
}

/* COSTUME */

.imageblock{
	background-color: #1A1A1A;
	padding: 1px 0px 5px 5px;
	margin-bottom: 7px;
	height: 346px;
	font-size: 0px;
	overflow: hidden;
}

.imagethumbs{
	float: right;
	margin: 5px 5px 0px 0px;
	height: 341px;
	overflow: hidden;
}

.imagethumbs img{
	margin-top: 5px;
}

.image{
	float: left;
}

.imageblockimage{
	float: left;
	margin: 5px 5px 0px 0px;
	padding: 0px;
}

.textblock{
	background-color: #1A1A1A;
	padding: 5px;
	margin-bottom: 7px;
}

.videoblock{
	background-color: #1A1A1A;
	padding: 5px;
	margin-bottom: 7px;
}

#cattext{
	position: absolute; 
	bottom: 103px; 
	margin-left: 5px; 
	width: 465px; 
	padding: 5px; 
	color: #ffffff; 
	z-index: 100; 
	background-color: #000000; 
	display: none;
}

