@charset "utf-8";
/* CSS Document */

* {
	  font-style: normal;
	  list-style: none;
	  margin: 0;
	  outline: none;
	  padding: 0;
	  text-decoration: none;
}

.clear { clear:both;}

img {
	  border: none;
}
a:hover {
	  text-decoration: none;
}

html {
	text-align:left;
  	width: 100%;
}
body {
	font: small/150% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color:#FFFFFF;
	/*background: url(images/background.jpg) center repeat-y;*/
	background: #000000 url(images/body-t.jpg) top center no-repeat;

}

#page {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 480px;
	margin-top: -240px;
	margin-left: -400px;
	overflow: auto;
	text-align:left;
}

#header {
	height:100px;
	background:url(images/page.png) no-repeat;
} 
#container {
	height:250px;
	background:#000;
}  
#footer {
	height:130px;
	background:url(images/footer-bg.png) bottom no-repeat;
}  
#footer p {
	text-align: right;
	padding: 54px 50px 0 0;
}

a.logo img { padding: 20px 0 0 35px;}
a.hover { color: #FF0066;}
a.hover:hover { color: #CC3366;} 