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;

}

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;
	color: grey;
}
#cse-search-box
{
	position: center;
	margin: 0 auto 0 auto;
}
#container
{
	position: center;
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#barrier
{
	position: static;
	width: 10px	margin: 0 0 0 260px;
}
#links
{
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: left;
	color: white;
	font-size: 16px;
	border-size: 1px black;
	border-style: double;
	padding: 0cm .5cm .5cm .5cm;
	background-color: rgb(50, 20, 20);
}
#adlist
{
	position: center;
	width: 728px;
	margin: 10px auto 10px auto;
	text-align: left;
	color: white;
	background: rgb(70, 15, 10);
	/*background: rgb(90, 30, 20);*/
}
