*
{
margin: 0px;
padding: 0px;
}

.center {
text-align: center;
}

div.player {color:#CCCCCC;width:700px;height:55px;margin:10px auto;}

body
{
background-color:black;
}

/*h1 {font-size:250%;}
h2 {font-size:190%;}
h3 {font-size:140%;}*/

h1,h2,h3
{
padding-top:10px;
padding-bottom:10px;
}

p {
line-height:175%; 
}

ul {
list-style:circle;
line-height:175%; 
}

a:link {color:#000080;}
a:hover {color:red;}

img.logo 
{
float:left;
padding-top:10px;
padding-right:50px;
/*position:absolute;
left:300px;
top:90px;*/
}


div.right
{
float:right;
width:300px;
padding-top:10px;
padding-left:30px;
color:gray
}

div.movie
{
text-align:center;
padding-top:30px;
padding-bottom:30px;
}

div.photo
{
width:200px;
padding-top:10px;
padding-right:30px;
padding-bottom:10px;
color:gray
}

#back_all
{
background: -webkit-linear-gradient(white, black); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(white, black); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(white, black); /* For Firefox 3.6 to 15 */
background: linear-gradient(white, black); /* Standard syntax (must be last) */
margin:auto;
width:70%;
padding:75px;
font-family:verdana,arial,'sans serif';
color:#000080;
}

#header
{
/*text-align: center;*/
/*float:left;*/
font-size:120%;
}

#menu
{
/*background-color:red;*/
float:left;
width:100%;
padding:30px 0px;
margin:0;
/*list-style-type:none;*/
font-weight: bold;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a
{
float:left;
width:6em;
text-decoration:none;
color:white;
background-color:#000080; /*0,0,128*/
padding:0.2em 0.45em;
border-right:2px solid white;
font-weight: bold;
text-align: center;
}

#menu a:hover 
{
background-color:gray;
}

#fb
{
float:right;
display:inline;
padding-top:5px;
padding-bottom:5px;
height:20px;
/*background-color:blue;*/
}

#content
{
background-color:white;
clear:both;
font-size:90%;
border-style:solid;
border-width:3px;
border-color:#000080;
border-radius:25px;
padding:30px;
margin-bottom:50px;
text-align:justify;
}

#content ul
{
padding-left:50px;
}

#kepler-map
{
width:900px;
max-width:100%;
height:700px;
padding-top:30px;
margin:20px auto;
}

#footer 
{
	height: 47px;
	padding-top: 20px;
	background: gray; /*url(images/footer.gif) repeat-x;*/
	border-radius:25px;
}

#footer p 
{
	margin: 0;
	/*font-size: 10px;*/
	text-align: center;
	color: black; /*#E9E9E9*/;
}

#form
{
margin:auto;
width:50%;
text-align: center;
font-weight: bold;
}
