body {
	background-color: #4B4B4B;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	margin: 0;
  	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 75%;
}

#menu {
	background-image: url(images/layout.jpg);
	height: 597px;
	width: 561px;
	background-repeat: no-repeat;
}

.focustext {
	font-weight: bold;
	font-size: 125%;
}

form {
	border: thin;
	border: Black;
}

img.icon{
	margin: 2px;
}

#topmenu a {
  position: absolute;
  height: 20px;
  width: 80px;
  top: 300px; 
  text-decoration: none;
  }

#topmenu a i { visibility: hidden; }

a#home {
top: 310px; 
left: 130px;
width: 50px;
}

a#about { 
top: 330px;
left: 180px; 
width: 60px;
}

a#rules { 
top: 310px; 
left: 240px; 
width: 60px;
}

a#join {
top: 325px;
left: 300px; 
width: 50px;
}

a#codes { 
top: 305px; 
left: 345px; 
width: 55px; 
}

a#members { 
top: 330px;
left: 400px; 
width: 75px; 
}

  
#textblock {
	text-align: justify;
	width: 400px;
	height: 175px;
	background-color: #8B8B8B;
	position: absolute;
	left: 73px;
	top: 363px;
}

.overflow {
overflow: auto;
width: 400px;
height: 175px;
} 

.padside {
padding-right: 10px;
}

.smalllinks{
	font-size: x-small;
	text-align: center;
}

a:link { color: white; }
a:visited {	color: #DCDCDC;}
a:hover { color: #DCDCDC; }

a img {
	border: 0px;
}