@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #0e0e0e url(images/bg.jpg) top repeat-x;
	color: rgb(0, 0, 0);
}

a, a:link, a:visited {
	text-decoration: none;
	color: #171616;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
}

#wrapper {
	width:640px;
	height:400px;
	background:#000 url(images/box.jpg) center no-repeat;
	margin: 0 auto;
	position:relative;
	top: 100px;
}

#wrapper2 {
	width:640px;
	height:400px;
	background:#000 url(images/jbox.jpg) center no-repeat;
	margin: 0 auto;
	position:relative;
	top: 100px;
}

#box {
	width:600px;
	height:350px;
	position: relative;
	top:24px;
	left:20px;
	background: transparent url(images/hp_bg.jpg) center no-repeat;
}

#hideme {
	width:0px;
	height:0px;
	display: none;

}

#rollo {
	float:left;
	position: relative;
	top: 110px;
	left: 90px;
	text-align: center;
}

#galleries {
	width:600px;
	height:350px;
	position: relative;
	top:25px;
	left:20px;
	background: transparent url(images/gal_bg.jpg) center no-repeat;
}

#gallerybtns {
	position: relative;
	top:120px;
}

#return {
	top:20px;
	position: relative;
	width:600px;
	text-align: center;
	
}

#content {
	
	position: relative;
	top: 40px;
	left: 50px;
	text-align: left;
	width:550px;
}

#content h1 {
	margin-top: 0;
}

.z10 {
	position: relative;
	z-index: 10;
}