/* CSS Document */

<!--
body {
	background: #FFFFFF url(bg.png) fixed left top repeat-x;
	margin-left: 15px;
	margin-right: 15px;
}

#screen {
	border-top: 14px ridge #666666;
	border-left: 14px ridge #666666;
	border-right: 14px ridge #666666;
}

#commands {
	border-left: 14px ridge #666666;
	border-right: 14px ridge #666666;
}

#keys {
	border-left: 14px ridge #666666;
	border-right: 14px ridge #666666;
	border-bottom: 14px ridge #666666;
}

#adlayertop {
	width: 728px;
	margin: 0 auto;
	z-index: 99;
}

body,td,th {
	font-size: 28px;
	font-weight: bold;
}

.wrap1 { 
	position:absolute;
	width:642px;
	height: 540px;
	top: 50%;
	left: 50%;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -321px; /*set to a negative number 1/2 of your width*/
}

.wrap2 { 
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 35px;
	z-index: 99;
}

.adlayerbottom1 {
	position: absolute;
	width: 728px;
	bottom: 0px;
	left: 50%;
	margin-left: -364px;
	z-index: 99;
}

.adlayerbottom2 {
	position: absolute;
	width: 728px;
	top: 660px;
	left: 50%;
	margin-left: -364px;
	z-index: 99;
}

#adlayerbottom span {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}


.coms {
	background-Image:url(coms.png);
	height: 40px;
}

.coms2 {
	background-Image:url(coms2.png);
	color: #666666;
}

.nums {
	background-Image:url(nums.png);
}

.nums2 {
	background-Image:url(nums2.png);
	color: #666666;
}

.red {
	background-Image:url(red.png);
}

.red2 {
	background-Image:url(red2.png);
	color: #666666;
}

.deg {
	background-Image:url(degrad.png);
}

.deg2 {
	background-Image:url(degrad2.png);
}

.omdeg {
	background-Image:url(omdegrad.png);
}

.omdeg2 {
	background-Image:url(omdegrad2.png);
}

.bgscrn {
	background-Image:url(scrn.png);
	background-position:center;
	border: outset #606060 2px;
	height: 48px;
}

.cap {
	font-family: Arial Rounded MT Bold;
	font-size: 36px;
	color: #404040;
	text-shadow: 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF;
}

.style1 {
	font-size: 20px;
}

.stylelink {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #404040;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

-->
