@CHARSET "UTF-8";
body {
	margin-left: auto;
    margin-right: auto;
    font-family: arial, sans-serif, tahoma;
    font-size: 15px;
    background: #000000;
 	background-image: url('images/Wave-Line.png');
    background-repeat: repeat-x;
    background-position: center center;

}
#content {
	background-image: url('images/Design-logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	border: 3px solid gray;
 	margin-left: auto;
    margin-right: auto;
    /*margin-top: 60px;*/
 	width: 600px;
 	height: auto;


 }

#frame {

	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
    width: 550px;
 	height: auto;
 	border: 10px solid gray;
 	background-color: #ffffff/*C1D4E5*/;

 }
#para {

	padding: 10px 0 10px 0;
    margin: 10px 12px 0px 12px;
    /*background-image: url('images/Design-logo.png');*/
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 13px;
    color: black;
}

#ernel {
			margin-left: auto;
    margin-right: auto;
}
#info {
	margin-left: auto;
    margin-right: auto;
    height: 40px;
	width: 300px;;
	background: silver;
	background-image: url('images/footerLogo.png');
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 5px;
	text-align: center;
}
#remote {
	margin-top: 20px;
	background: gray;
	width: 500px;
	padding: 15px 0 0 0;
	margin-left: auto;
    margin-right: auto;
    min-height: 70px;
	text-align: center;
}


.topmenu li {
	display: inline;

}
.topmenu li a {
	float: left;
	width: 82px;
	height: 22px;
	text-align: center;
	color: #000000;
	background: #f0f0f0;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	margin-right: 2px;
    overflow: hidden;
}
.topmenu li>a {
	min-height: 22px;
	height: auto;
}
.topmenu li a:hover {
	background: #2B60DE;
}
.sites {

	float: left;
	width: 200px;
	height: auto;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
    margin-right: 10px;
    
}
.sites a {
	color: black;
}
.sites:hover {
	background: #CCCCFF;
	color: black;
}
