/**** BASIC STYLES ****/
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/index_bg2.png) repeat-x #000;
	font: 12px/18px Arial,Verdana,Trebuchet,"Trebuchet MS",sans-serif;
	color: #666; 
}
a {
	outline:0;
}
ul,ol {
	padding-left: -15px;
	list-style:none;
}
div#body {
	position:absolute;
	top:0;
	left:0;
	width:925px;
	height:427px;
	background:url(../images/index_bg.png) no-repeat;
}
ul#navleft {
	position:absolute;
	left:594px;
	top:262px;
}
ul#navright {
	position:absolute;
	left:649px;
	top:262px;
}
ul#navleft a, ul#navright a {
	display:block;
	height:18px;
	text-indent:-100000px;
	margin-bottom:7px;
}
a#posters {
	background-image:url(../images/index_posters.png);
	width:41px;
}
a#prints {
	background-image:url(../images/index_prints.png);
	width:34px;
}
a#childrens {
	background-image:url(../images/index_childrens.png);
	width:54px;
}
a#other {
	background-image:url(../images/index_other.png);
	width:32px;
}
a#about {
	background-image:url(../images/index_about.png);
	width:34px;
	margin-top:18px;
}
ul#navleft a:hover, ul#navright a:hover {
	background-position:bottom;
}
