body
{
	text-align: center;
	margin-left:auto;
	margin-right:auto; 
	background-color: black;
	margin: 0px;
}
#all
{
	text-align: center;
	margin-left:auto;
	margin-right:auto; 
}
#header
{
	margin-left:auto;
	margin-right:auto; 
	width: 800px;
	height: 165px;
	border: 1px solid white;
	margin-bottom: 10px;
}
#content
{
	margin-left:auto;
	margin-right:auto; 
	width: 794px;
	border: 1px solid white;
	background-color: #1B232A;
	margin-bottom: 5px;
	padding: 3px;
}
#content .image
{
	width: 100px;
	height: 75px;
	border: 1px solid black;
	cursor: pointer;
}
#footer
{
	margin-left:auto;
	margin-right:auto; 
	width: 800px;
	border: 1px solid white;
	color: #D3D3D3;
	font-weight: bold;
}
a { text-decoration: none; cursor:pointer; }
a:hover { text-decoration: underline; }