html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
html { overflow-y: scroll; }

body
{
	background: rgb(70, 15, 10);
	color: white;
	text-align: center;
	margin: 0 auto 0 auto;
}

img
{
	border: 20px solid;
	border-color: black;
}

A:link img, A:visited img {border-color: black;}
A:hover img {border-color: rgb(50, 10, 0);}

A:link, A:visited {color: white;}
A:hover {color: rgb(255, 90, 90);}

#home
{
	position: left;
	text-align: left;
	margin: 0 0 0 20px;
}

#updated
{
	position: right;
	margin: 0 0 0 20px;
}

#container
{
	position: center;
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-bottom: 100px;
}