/* basic elements */
html {
	height: 100%;
	width: 100%
	overflow: hidden;
	}
	
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat top left;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #D0C5A0;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #ffffff;
	}

/* specific divs */
#global {
    height: 100%;
    width: 100%;
	overflow: hidden;
     }
     
#main_container { 
	height: 100%;
	width: 100%;
	min-width: 960px;
	}
	
#flashcontent {
	height: 100%;
	width: 100%;
}

#sorry_global {
	height: 100%;
	width: 100%;
	background: url(../images/sorry_bg.jpg) no-repeat center;
}

#sorry_container {
    position: absolute;
    left: 50%; 
    top: 50%;
    width: 1080px;
    height: 736px;
    margin-top: -368px; /* half of the height */
    margin-left: -540px; /* half of the width */
}

#sorry {
	position: absolute;
	top: 235px;
	left: 620px;
    width: 270px;
	font: 13px/17px 'Times New Roman', Times, serif;
	color: #D0C5A0;
}

#register_global {
	height: 1750px;
	width: 100%;
	background: url(../images/register_bg.jpg) no-repeat top center;
}

#register_container {
    width: 650px;
    margin: 0 auto;
}

#register {
	padding-top: 220px;
	font: 13px 'Times New Roman', Times, serif;
	color: #39281C;
}

.req { color: #723835;}
input, select, textarea { font: 13px 'Times New Roman', Times, serif; color: #39281C; border: solid 1px #D0C5A0; background: #ffffff;}
input.none, select.none, textarea.none{ font: 13px 'Times New Roman', Times, serif; border: none; background: #ffffff;}

input:focus, select:focus, textarea:focus { background: #ffffff; border: solid 1px #39281C;}

.note { font-family: Arial ; font-size: 10px; color: #686868;}
