@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000000
	
	}


#video{
margin-top: 40px;
margin-right: auto;
margin-left: auto;
width: 800px;

}

#contents{
margin-top: 40px;
background-color: #FFFFFF;
width: 800px;
margin-right: auto;
margin-left: auto;
color: #000000;
font-family: helvetica, arial, sans-serif;

}

#contents p#siteName{
font-size: 80%;
padding-bottom: 1em;
padding-left: 2em;
padding-top: 1em;
}

#contents p#comments{
font-size: 80%;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
text-align: justify;
}

#footer {
line-height: 1.2em;
font-size: 80%;
color: #FFFFFF;
font-family: sans-serif;
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: right;
}

#footer ul li{
list-style-type: none;
}

#footer li#contact a{
color: #ffffff;
text-decoration: none;
}

#footer li#contact a:hover{
color: #CCCCCC;
text-decoration: underline;
}