html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;	
}

body {
	padding: 0px;
	background: url("img/nonebg.jpg");
	color: white;
	text-align: center;
	width: 750px;
	margin: 0px auto;
	overflow-x: hidden
}

.all {
	min-height: 100%;
	background: url("img/contentbg.jpg");
	background-repeat: repeat-y;
}

.logo {
	width: 750px;
	height: 190px;
	margin: 0px;
}

.menubg {
	width: 750px;
	height: 25px;
	margin: 0px;
}

.separator {
	color: white;
	background: none;
	font-family: verdana;
	font-size: 12px;
	position: relative;
	left: -5px;
}

.contents {
	width: 700px;
	text-align: left;
	z-index: 0;
	background-color: transparent;
	margin: 0px 0px;
}

.contents table tr td {
	margin-left: 0px;
}

.bottombar {
	position: relative;
	bottom: 20px;
	width: 750px;
	height: 20px;
	z-index: 0;
}

.copyright {
	position: relative;
	bottom: 35px;
	width: 750px;
	height: 20px;
	font-family: Verdana;
	font-size: 10px;
	color: yellow;
	background: none;
	text-align: left;
	text-indent: 5px;
	z-index: 1;
}

.copyright a {
	font-family: Verdana;
	font-size: 10px;
	color: yellow;
	background: none;
	text-align: right;
	z-index: 1;
	margin-right: 5px;
}


.title {
	font-weight: bold;
}

hr {
	margin-left: 0px;
	background-color: blue;
	width: auto;
}

div.center {
	text-align: center;
}
