.bodycontainer {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
/*height: 100%;*/
background: url("home_wallpaper.png") no-repeat;
background-size: contain;
color: white;
font-family: "Courier New", Monospace;
overflow-y: scroll; }

	.bodycontainer:hover {
cursor: url("paw.png") 0 0, default; }

	.cat {
margin-top: 30px;
background-image: url('cat/1.gif');
background-repeat: no-repeat;
background-position: center;
background-size: contain;
width: 100%;
height: 200px; }

	.header {
width: 100%;
text-align: center; }

	.header td {
width: 30%;
/*border: 1px solid yellow;*/ }

	hr {
background-image: url("neon.png");
height: 50px;
width: 100%;
border: none;
background-repeat: repeat-x;
background-size: contain; }

	.title {
color: #777777;
width: auto;
display: inline-block;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none; }

	.title:hover {
color: #AF91CF; }

	.menu {
text-align: center;
font-weight: bold; }