/* -- undo browser HTML defaults -- */
html{color:#364151;font-size:100%;}
body{font-size:62.5%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/*png fix*/
img,div,a,h1 { behavior: url(css/iepngfix.htc) }

html {
	height:100%;
}

body {
	height:100%;
	background: url(../img/bg_nintendo.jpg);
	background-color: #ffffff;
	background-position: 0px 0px;
	background-repeat: repeat;

	font-family: Georgia, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #ebebeb;
}

a {color:#ebebeb;}
a:hover {color:#323232;}


/*universal*/
.clearboth {
	clear:both;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

/*global elements*/
div.main_container {
	width:1067px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	top:0px;
	left:0px;
	overflow:hidden;
}

div.main_container div#content_container {
	background: #242424 url(../img/bg_blackboardrepeat.dark.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	width:1051px;
	float:left;
	position:relative;
	top:0px;
	left:0px;
}

div.main_container div#header {
	width:951px;
	height:119px;
	padding:25px 0px 0px 51px;
	position:relative;
	top:0px;
	left:0px;
	z-index:100;
}

div.main_container div#footer_container {
	position:absolute;
	bottom:0px;
	left:0px;
}

div.main_container div#footer {
	font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif; 
	padding:0px 51px 50px 51px;
	position:relative;
	top:0px;
	left:0px;
	z-index:100;
}




/*Overlay*/
#overlay {
	visibility:hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
	background-image:url(../img/background-trans.png);
}

div#overlay_content_outer {
	visibility:hidden;
    position: fixed;
    left: 0px;
    top: 0px;
	z-index: 1001;
    width:100%;
}

div#overlay_content_container {
	position:relative;
	top:0px;
	left:0px;
    margin: 0px auto 0px auto;
    width:278px;
}

div#overlay_content_container img#close-overlay-button {
	position:absolute;
	right:7px;
	top:6px;
}

div#overlay_content_container img.footer_image {
	position:relative;
	top:0px;
	left:0px;
}

div#overlay_content_container p.error{
	color:red;
	font-size:14px;
	font-weight:bold;
	padding:15px 0px 15px 0px;
}

div#overlay_content_container div#overlay_content {

}



img#bg_logo {
	position:absolute;
	top:0px;
	left:0px;
}


form#terminal_window {
	background: url(../img/terminal_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-no;
	position:absolute;
	top:60px;
	left:200px;
	width:623px;
	height:444px;
	padding:0px;
	margin:0px;
}

form#terminal_window textarea {
	position:absolute;
	top:24px;
	left:23px;
	border:0px;
	width:567px;
	height:347px;
	padding:10px 0px 0px 10px;
	font-family:"Lucida Console", Monaco, monospace;
	background:none;
	font-size:12px;
	line-height:17px;
}

form#terminal_window div#terminal_handle {
	position:relative;
	top:0px;
	left:23px;
}


div#audio_window {
	background: url(../img/audio_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-no;
	position:absolute;
	top:200px;
	left:550px;
	width:446px;
	height:249px;
	padding:0px;
	margin:0px;
}

div#audio_window div#audio_handle {
	position:relative;
	top:0px;
	left:23px;
}