/*Main Body settings*/
html,
body {
	margin:0;
	padding:0;
	height:100%; 
	background-color: #000;
}
html>body #wrap {height:100%;}

#banner {
	width:100%;
	height:100px;
	background-color: #555;
}
html>body #banner {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}

#menu {
	left: 0;
	padding-top: 150px;
	width: 100px;
	height: 100%;
	text-align: center;
	background-color: #f00;
	color: #000000; 
	font-weight: bold; 
	font-size: medium;
}
html>body #menu {
	position:fixed;
	z-index:10;
}

html>body #content-wrap {
	height:100%;
	} 
html>body #content {
	padding:100px 0px 10px 100px;
	color: #777777;
	} 

.edge {
	background-color: #555;
	height: 5px;
	position: fixed;
	font-size: 1px;
}
/*End Page Layout*/

#banner img {
	position: relative;
	top: 13px;
	height: 74px;
	width: 323px;
}

/*link settings*/
a:link    { color: #777777; }
a:visited { color: #777777; }
a:active  { color: #777777; }

/*menu settings*/
#menu a:link    { color: #000000; }
#menu a:visited { color: #000000; }
#menu a:active  { color: #555555; }

/*Settings for link page*/
.linkclass { margin: 15px; text-align: left !important; }
.linkclass img { border-width: 0px; width: 88px; height: 31px; }

/*flash game setting*/
#gamebox {
	min-height: 600px;
	height: 85%;
	width: 100%;
	}

#gameinstructions {
	position: fixed;
	bottom: 15px;
	left: 34px;
	width: 32px;
	height: 32px;
	z-index: 100;
	}

#wiigame {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 700px;
	height: 100%;
}

/*Settings for page content frame (pics.asp)*/
.maincontentframe { 
	margin-top: 50px; 
	}

/*Settings for previous next page text (pics.asp)*/
.prevnext table td { font-size: medium; }

/*Settings for directory list (pics.asp)*/
.dirlist { font-size: large; text-align: left; margin-left: 30px; margin-right: 30px; }
.dirlist ul { list-style-type: circle; }
