@charset "UTF-8";
/* CSS Document */

#getflash{
	background-color:#F60;
	border:1px solid #000;
	position:absolute;
	z-index: 5;
	width: 1199px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	float: none;
	height: auto;
	font-style: normal;
	top: 0px;
	overflow: auto;
	visibility: visible;
	color: #FFF;
}
#myAlternativeContent {
	margin:0 auto;
	width:1200px;
	height:724px;
	text-align: left;
	background-attachment: fixed;
	background-color: #F90;
	background-image: url(/images/mysite.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: static;
	z-index: 1;
	top: 0px;
}
#menu{
	position: relative;
	width: 150px;
	top: 40px;
	border: none;
	left: 40px;
	height: 200px;

	z-index: 5;

}
#menu li{
	display:block;
	background-color:#F90;
	list-style-type: none;
	text-align: left;
	text-indent: 5px;
	color:#000;
	border: 3px solid #FFF;
	position: relative;
	padding: 2px;
	z-index: 10;
	width: 100%;
	top: 0px;
	height: 20px;
}

#header{
	border: none;
	position: relative;
	height: 30px;
	width: 430px;
	left: 620px;
	top: -25px;
	overflow: auto;
	visibility: visible;
	z-index: 5;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
}
#bodytext{
	position: relative;
	width: 430px;
	border: none;
	height: 375px;
	left: 620px;
	top: -25px;
	overflow: auto;
	visibility: inherit;
	z-index: 5;
}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	overflow: visible;
	position: relative;
	height: auto;
	width: 50%;
	left: 25%;
	right: 25%;
	border:none;
	text-align:center;
}
#mysite{
	margin:auto;
	text-align:center;
}

