/* Team.Rocket 1.0 */

*{
	padding: 0;
	margin: 0;
	border: 0;
}

html, body{
  background-color: #000;
  color: #FFF;
  font-family: verdana,helvetica,arial,serif;
  font-size: 1.1em;
  text-align: center;
}

#box{
	width: 1000px;
  margin: 100px auto 0 auto;
  text-align: center;
}

p{
	margin: 10px;
}

.contentbox{
  background-image: url('gfx/bg.gif');
	color: #000;
	width: 550px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

#contenttop{
	height: 20px;
  background-image: url('gfx/top.gif');
}

#contentbottom{
	height: 30px;
  background-image: url('gfx/bottom.gif');
}

.content{
	width: 470px;
}

#bottom{
	margin-top: 50px;
	text-align: center;
	font-size: 0.8em;
	color: #888;
}

h1{
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.7em;
}

a:link, a:focus, a:active{
  color: #000;
  text-decoration: none;
}

a:visited{
  color: #000;
  text-decoration: none;
}

a:hover{
  color: #000;
  text-decoration: none;
}

#bottom a:link, a:focus, a:active{
  color: #7F7C6F;
  text-decoration: none;
}

#bottom a:visited{
  color: #7F7C6F;
  text-decoration: none;
}

#bottom a:hover{
  color: #7F7C6F;
  text-decoration: none;
}