body{
	background-color: #333333;
	background-color: #000000;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	font-family: Verdand, Sans-serif, Arial, Helvetica;
	font-size: small;
}
html{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#flashcontent{
	width: 100%;
	height: 100%;
}
#wrapper{
	width: 100%;
	height: 100%;
}
#topBar {
	height: 290px;
	width: 100%;
	border-bottom: 1px dotted #A8A8A8;
	background-image: url("../images/_index/jumpPage_01.gif");
	background-repeat: no-repeat;
}
#bottom {
	height: 100%;
	width: 495px;
	border: 1px solid blue;
}
#bottomLeft {
	float: left;
	height: 100%;
	width: 215px;
	border-right: 1px dotted #A8A8A8;
	background-image: url("../images/_index/jumpPage_04.gif");
	background-repeat: no-repeat;
}
#bottomRight {
	margin-left: 215px;
	height: 100px;
	width: 260px;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
}
a img{
	border: none;
}