﻿body
{
	background-color: black;
	background-image:url('img/logo.jpg');
	color:white;
	font-family:"comic Sans MS";
}

a
{
	color:white;
}

#body
{
	background-color:Black;
	border: thick white solid;
	width:800px;
	margin:auto;
	text-align:center;
}

#copyright
{
	bottom:0px;
	width:800px;
	background-color:black;
	font-size:xx-small;
	margin:auto;
	text-align:center;
}