@CHARSET "UTF-8";

html,body { width: 100%; height: 100%; }
body { margin: 0; padding: 0; text-align: center; background-color: #000000; font-family:  Arial, Helvetica, sans-serif; font-size: 11px;  font-style: normal; line-height: 17px; }
table {	margin: 0; padding: 0; border: 0; border-spacing: 0px;  border-collapse: collapse; }
form,p,td {margin: 0; padding: 0;  border: 0; }
img { border: 0; display: block; }
div { margin: 0; padding: 0; border: 0; text-align: left; }
p,a,div,td,h2,span,font { text-decoration: none; }
a { cursor: pointer; text-decoration: underline; color: #000000;}
input {display: inline; }

.bold { font-weight: bolder;  }
.clearfix { display: block; clear: both; }

div#background {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url( '../_images/wall_texture.jpg' );
	background-position: middle center;
	position: absolute;
	z-index: -1;
	display: none;
}

div#top_menu {
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

div#top_menu div#menu_container {
	width: 810px;
	height: 50px;
	overflow: hidden;
	margin: 0px auto;
	text-align: right;
	position: relative;
	z-index: 1;
}

div#website {
	width: 100%;
	height: 100%;
	min-height: 600px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	z-index: 0;
}
