@charset "UTF-8";
/* CSS Document */

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image:url(../images/bg.jpg);
background-repeat:repeat;

}

div#container{
position:absolute;
width: 756px;
height:610px;
left: 50%;
top:50%;
margin-left: -378px; /* - (width/2)  */
margin-top: -305px;	/* - (height/2)  */
}

div#header{
position:absolute;
width:490px;
height:15px;
left:250px;
}

div#making{
	position:absolute;
	width:78px;
	height:17px;
	left:250px;
	top:15px;
}

div#footer{
	position:absolute;
	top: 531px;
	width:490px;
	height:15px;
	left:250px;
	font:"Times New Roman", Times, serif;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	text-transform:uppercase;
}


div#logo{
	position:absolute;
	width:195px;
	height:98px;
	top:172px;
}


div#clock{
	position:absolute;
	width:227px;
	height:41px;
	top:468px;
	background-color:#B99877;
}

div#contentvak{
	position:absolute;
	width: 495px;
	height:473px;
	left:253px;
	top:39px;
	background-color:#B99877;
}

div#filmvak{
	position:absolute;
	width: 480px;
	height:270px;
	left:253px;
	top:104px;
	background-color:#B99877;
}

div#leftcontentup{
	position:absolute;
	width: 246px;
	height:235px;
	left:0px;
	top:0px;
}

div#rightcontentup{
	position:absolute;
	width: 246px;
	height:235px;
	left:248px;
	top:0px;
}

div#leftcontentbottom{
	position:absolute;
	width: 246px;
	height:235px;
	left:0px;
	top:237px;
}

div#rightcontentbottom{
	position:absolute;
	width: 246px;
	height:235px;
	left:248px;
	top:237px;
}

div#submenustores{
	position:absolute;
	width:248px;
	height:17px;
	top:15px;
	left:320px;
	background-color:transparant;
	z-index:100;
}

div#submenucollection{
	position:absolute;
	width:172px;
	height:17px;
	top:15px;
	left:393px;
	background-color:transparant;
	z-index:100;
}

div#submenucontact{
	position:absolute;
	width:152px;
	height:17px;
	top:15px;
	left:501px;
	background-color:transparant;
	z-index:100;
}




div#arrowup{
	position:absolute;
	width:25px;
	height:28px;
	top:220px;
	left:496px;
	background-color:transparant;
	z-index:400;
}


div#arrowdown{
	position:absolute;
	width:25px;
	height:28px;
	top:220px;
	left:-28px;
	background-color:transparant;
	z-index:500;
}



div#arrowupb{
	position:absolute;
	width:25px;
	height:28px;
	top:259px;
	left:749px;
	background-color:transparant;
	z-index:400;
}


div#arrowdownb{
	position:absolute;
	width:25px;
	height:28px;
	top:259px;
	left:225px;
	background-color:transparant;
	z-index:500;
}
