html, viewport,body {
	width: 100%;
	margin: 0;
	padding:0;
	font-size:0px;
}

body{
  background: #000000;
}
/*
img {
  padding:0;
  margin:0;
}
*/
#container{
  width:740px;
  margin: 50px auto 0px auto;
}

#menu a{
  text-decoration: none;
  color: #000000;
  height: 33px;
  font: normal 12px Arial, Helvetica;
  padding-bottom: 10px;
  margin-right:20px;
}

#menu a.j:hover{
  background: url(img/menu_hover_bg_j.gif) bottom left repeat-x;
}

#menu a.ps:hover{
  background: url(img/menu_hover_bg_ps.gif) bottom left repeat-x;
}

#menu{
  width:700px;
  height: 25px;
  background: url(img/menu_bg.gif) top left repeat-x #d3d3d3;
  padding: 0px 20px;
  padding-top: 8px;
}

td.contentBorder{
  width: 2px;
  background: url(img/content_border.gif) top left no-repeat #828282;
}

#content h1{
  font: bold 13px Arial, Helvetica;
}

#content{
  width: 700px;
  height: 400px;
  background: #404040;
  font: normal 12px Arial, Helvetica;
  color: #ffffff;
}
#footer div.loota{
  font: normal 12px Arial, Helvetica;
  color: #444444;
  float: left;
  width: 175px;
}
#footer a{
  text-decoration: none;
  color: #444444;
}
#footer{
  margin: 20px auto;
  width: 700px;
  border: 0px solid #cccccc;
}