BODY {
BACKGROUND-COLOR: Black;
BACKGROUND-IMAGE:;
BACKGROUND-REPEAT: ;
BACKGROUND-POSITION: ;
BACKGROUND-ATTACH: FIXED;
OVERFLOW: HIDDEN;
 SCROLLBAR-FACE-COLOR: CC0000;
 SCROLLBAR-HIGHLIGHT-COLOR: MAROON;
 SCROLLBAR-SHADOW-COLOR: MAROON;
 SCROLLBAR-3DLIGHT-COLOR: CC0000;
 SCROLLBAR-ARROW-COLOR: CC000;
 SCROLLBAR-TRACK-COLOR: maroon;
 SCROLLBAR-DARKSHADOW-COLOR: BLACK;
 SCROLLBAR-BASE-COLOR: WHITE;
font-family: Tahoma;
font-weight: ;
font-size: 25;
font-color: ;
COLOR: white;
link-color: Yellow;
}

#main  {
Position: absolute;
TEXT-COLOR: WHITE;
FONT-FAMILY:Comic Sans MS;
FONT-SIZE: 20;
Top: 32%;
LEFT: 13%;
WIDTH: 70%;
HEIGHT: 68%;
OVERFLOW: Auto;
Border: 0px;
border-color: orange;
border-style: solid;
Z-index:5;
}

#left     {
background-image: url('../images/brick.jpg');
BACKGROUND-POSITION: ;
BACKGROUND-ATTACH: FIXED;
OVERFLOW: HIDDEN;
Position: absolute;
top: 0%;
left: 0%;
Width: 13%;
HEIGHT: 150%;
Border: 0px;
border-color: green;
border-style: solid;
Z-index:;
}

#right    {
background-image: url('../images/brick.jpg');
BACKGROUND-POSITION: ;
BACKGROUND-ATTACH: FIXED;
OVERFLOW: HIDDEN;
Position: absolute;
right: 0%;
top: 0%;
Width: 18%;
HEIGHT: 150%;
Border: 0px;
border-color: blue;
border-style: solid;
Z-index:;
}

#Lframe     {
background-image: url('../images/wood.jpg');
BACKGROUND-POSITION: ;
BACKGROUND-ATTACH: FIXED;
OVERFLOW: HIDDEN;
Position: absolute;
top: 0%;
left: 5%;
Width: 8%;
HEIGHT: 150%;
Border: 0px;
border-color: black;
border-style: solid;
Z-index:1;
}

#Rframe     {
background-image: url('../images/wood.jpg');
BACKGROUND-POSITION: ;
BACKGROUND-ATTACH: FIXED;
OVERFLOW: HIDDEN;
Position: absolute;
top: 0%;
right: 10%;
Width: 8%;
HEIGHT: 150%;
Border: 0px;
border-color: black;
border-style: solid;
Z-index:1;
}

#menu{
position:absolute;
Top: 0%;
Right: 2%;
WIDTH:15%;
Height: 100%;
visibility: visible;
Border: 0px;
border-color: magenta;
border-style: solid;
Z-index: 3;
Overflow: auto;
}

#top {
COLOR: Red;
FONT-FAMILY:Comic Sans MS;
FONT-SIZE: 16;
position:absolute;
top:0%;
left:13%;
background-image:;
background-repeat:no-repeat;
background-position:;
background-attachment:;
WIDTH:70%;
height: 32%;
Border: 0px;
border-color: YELLOW;
border-style: solid;
Z-index: 5;
}

#logo     {
Position:Absolute;
Top:0%;
Left:35%;
Width:20%;
Height: 35%;
Border: 0px;
border-color: YELLOW;
border-style: solid;
Z-index: 2;
}

#bottom {
position:absolute;
bottom:0%;
background-image: url(images/fire.gif);
background-repeat: repeat-x;
background-position: 0% 100%;
background-attachment: fixed;
WIDTH:100%;
height: 50%;
visibility: visible;
Border: 0px;
border-color: red;
border-style: solid;
}

a:link     {color: YELLOW;}
a:visited  {color: WHITE;}
a:hover    {color: MAROON}
a:active   {color: RED}


#MenuButton a  {
     color: WHITE;
	font-size:10;
	font-family:Tahoma;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	border:2px outset BLACK;
	background-color:#CC0000;
	display: block;
	width: 100%;
     height: 10%;
	align: Center;
	margin: 2px;
}

#MenuButton a:hover {
	color: white;
	background-color: maroon;
	border:2px inset SILVER;
	padding-left:4px;
	font-weight: bold;
}

