@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	font: normal 1em Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%;
}

#wrapper {
	background: url(../img/page.png) top repeat;
	width: 1000px;
	margin: 0 auto;
}

*html #wrapper {
	background: url(../img/page.gif) top repeat;
	width: 1000px;
	margin: 0 auto;
}

#container {
	background: url(../img/bg.jpg) top repeat-y;
	width: 1000px;
/*	height: 1050px;*/
	overflow: visible;
}

#container-join {
	background: url(../img/bg-join.jpg) top no-repeat;
	width: 1000px;
	height: 860px;
	overflow: visible;
}

/* global links */

a:link {
	color: #dac395;
	text-decoration: none;
}

a:visited {
	color: #da95d3;
	text-decoration: none;
}

a:hover {
	color: #e0e0e0;
	text-decoration: underline;
}

a:active {
	color: #dd0000;
	text-decoration: underline;
}

/* /global links */


