html, body
{
  height: 100%;
}

body
{
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-family: "Lucida Grande",Verdana,Arial,sans-serif;
  font-size: 12px;
  background: #18150d url(../imgs/body_bg.gif) repeat-x 0 0;
}


div#main_logo
{
	position:absolute;
	top:15px;
	left:34px;
	border:0;
}

div#container
{
  height: 100%;
}
html > body div#container
{
  height: auto;
  min-height: 100%;
}

p
{
	line-height:20px;
	margin: 5px 0 6 px 0;
}



div#contents
{
	position:absolute;
	width: 400px;  
	margin: 0pt auto;
	top:160px;
	left:72px;
	color: #cccccc;
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	font-size: 16px;
}

div#right_logo
{
	position:absolute;
	right:0;
	top:0;
	width:310px;
	height:100%;
	background:#110f09 url("../imgs/right_bg.gif") 0 0 repeat-y;
}

#right_logo p img
{
	margin-left:10px;
}
