body{
	background-image: -webkit-linear-gradient(135deg, #000000 0%, #0a2e35 100%);
	/*
	background-color : #000000;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	*/
}
body, div, p{
	text-align: justify;
	color:#FFFFFF; 
	font-family: arial;
}
#wrapper{
	width: 1000px;
	height: 660px;
	margin: auto;
}
#topmenu{
	background-color: #0a2e35;
	width: 1000px;
	height: 55px;
	border: 1px solid #28D4D4;
}
#topmenuI{
	width: 100%;
	height: 100%;
	margin:auto;
	display: inline-block;
	position:relative;
}
#middleLine{
	width: 1000px;
	height: 50px;
}
#main {
	background-color: #0a2e35;
	width: 1000px;
	height: 500px;
	border: 1px solid #28D4D4;
}
#mainbox {
	background-color: #0a2e35;
	margin-left: 10px;
	width: 980px;
	height: 100%;
	display: inline-block;
	overflow: auto;
}
#copyright{
	float:left;
	width:100%;
	font: 12px Trebuchet MS, Verdana, sans-serif;
	line-height:15px;
	text-align:center;
	color: #28D4D4;
	padding:0px;
	margin-top:0.5%;
}
/* Horizontal Menu Start */
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	overflow: hidden;
}
.menu li{
	float:left;
	display: inline;
}

.menu a:link, a:visited {
    display: block;
    width: 161px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0a2e35;
    text-align: center;
    padding: 2px;
    text-decoration: none;
    text-transform: uppercase;
	margin-top:3px;
	margin-left:auto;
}

.menu a:hover, a:active {
    background-color: #28D4D4;
}
/* Horizontal Menu End */
