@charset "utf-8";
/* CSS Document */

/* GLOBAL LAYOUT */
html, body { height:100%; }
body {
	margin:0px;
	background: #000 url('../img/3.jpg') repeat-x fixed center;
	color:#FFF;
	font-size:11px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
}
#no_flash { margin: 0 auto; width:500px; }

form,table,th,tr,td { margin:0px; padding:0px; }
img { border:0px; outline:0; }
a { outline:0; }

/* HELPER CLASSES */

.strong { font-weight:bold; }
.left { float:left; text-align:left; }
.right { float:right; text-align:right; }
.clear { clear:both; }

.top { vertical-align:top; }
.fixed { width:auto; }
.cursor { cursor:pointer; }
.border { border: 1px solid #666; }
.lborder { border-left: 1px solid #666; }
.tborder { border-top: 1px solid #666; }
.rborder { border-right: 1px solid #666; }
.bborder { border-bottom: 1px solid #666; }
.error { color:#F00; }

/* SELECTORS */

#wrapper { margin:0 auto; padding:0px; height:100%; width:100%; min-width:1024px; }
#top_content {
	position: absolute; 
	top: 0px; 
	left: -3980px; 
	width:790px;
	z-index: -1;
}

#top_content #content { float:left; width:590px; }
#top_content #menu { float:right; width:200px; }

#footer { margin:0 auto; padding:10px 0px 10px 0px; min-width:1000px; width:1000px; }


