body{
	font-size: 10pt;
	background-color: #080808;
	background-image: url(img/bgimg.jpg);
	margin: 0px;
	text-align: center;
}

img{
	border: none;
}

a:link{
	color: gold;
	text-decoration: none;
}

a:hover{
	color: black;
	background-color: red;
	text-decoration: none;
}

a:visited{
	color: gold;
	text-decoration: none;
}

h1{
	font-size: 10pt;
	margin: 0px;
}

h2{
	font-size: 10pt;
	margin: 0px;
}

h3{
	font-size: 10pt;
	margin: 0px;
}

h4{
	font-size: 10pt;
	margin: 0px;
}

h5{
	font-size: 10pt;
	margin: 0px;
}

h6{
	font-size: 10pt;
	margin: 0px;
}

span.new{
	color: red;
	font-weight: bold;
}

#main{
	width: 800px;
	margin: auto;
	background-color: #000000;
	}

#header{
	width: 100%;
}

#leftbox{
	background-color: #000000;
	width: 200px;
	float: left;
}

#rightbox{
	background-image: url(img/bgflame.jpg);
	background-repeat: no-repeat;
	background-color: #1B1B1B;
	width: 595px;
	float: left;
}

#rightboxlady{
	background-image: url(../img/bg-lady.jpg);
	background-repeat: no-repeat;
	background-color: #1B1B1B;
	padding-top: 75px;
	width: 595px;
	float: left;
}

#rightboxlink{
	background-image: url(../img/bg-link.jpg);
	background-repeat: no-repeat;
	background-color: #1B1B1B;
	padding-top: 75px;
	width: 595px;
	float: left;
}

#rightboxsystem{
	background-image: url(../img/bg-system.jpg);
	background-repeat: no-repeat;
	background-color: #1B1B1B;
	padding-top: 75px;
	width: 595px;
	float: left;
}

#rightboxrecruit{
	background-image: url(../img/bg-recruit.jpg);
	background-repeat: no-repeat;
	background-color: #1B1B1B;
	padding-top: 75px;
	width: 595px;
	float: left;
}

.rightboxcenter{
	margin: 20px;
}

#footer{
	width: 100%;
	clear: left;
}

div.lady{
	color: white;
	width: 170px;
	height: 283px;
	float: left;
	margin: 5px 5px 5px 5px;
	border: 1px solid silver;
}

p.photo{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


table{
	margin: auto;
}

td{
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 14pt;
}
