/* GLOBALS ------------------------------------------------*/

html, body 
{
	background: #000 url(../images/bg.jpg) 0 0 no-repeat;
	font: 13px "Lucida Sans Unicode","Lucida Grande", Verdana, Arial, Helvetica,sans-serif;
	height: 100%;
	margin: 0;
	min-height: 100%;
	padding: 0;
}
	
/* CENTREER SITE  -----------------------------------------*/

#container 
{
	position:absolute;
	height:553px; 
	width:640px;
	margin:-277px 0px 0px -320px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;
}

#content 
{
	background: url(../images/intro.png) 0 0 no-repeat;
	margin: 0 auto;
	height:553px;
}


p, h1 
{
  margin: 0px; 
  padding: 0px; 
}

h1 
{
  font-size: 11px;
  text-transform:uppercase;
  text-align: right;
  color: #564b47;
  background-color: #90897a;
}

a 
{ 
  color: #0f6bc2;
  font-size: 11px;
  background-color:transparent;
  text-decoration: none; 
}

a:hover 
{
  text-decoration:none;
  color:#fe9207;
}

/* ROLLOVER MENU  -----------------------------------------*/

#menu {
	float:left;
	margin: 275px 0px 0px 139px;
	padding: 0px;
	text-align:left;
}

#menu ul {
	list-style:none;
}

#menu-01 span {
	background: url(../images/menu.png) 0 0 no-repeat;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 26px;
	width: 84px;
}
#menu-01 span:hover {
	background: url(../images/menu.png) -84px 0 no-repeat;
}

#menu-02 span {
	background: url(../images/menu.png) 0 -26px no-repeat;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 26px;
	width: 84px;
}
#menu-02 span:hover {
	background: url(../images/menu.png) -84px -26px no-repeat;
}

#menu-03 a {
	background: url(../images/menu.png) 0 -52px no-repeat;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 26px;
	width: 84px;
}
#menu-03 a:hover {
	background: url(../images/menu.png) -84px -52px no-repeat;
}

/* ROLLOVER LINKS  -----------------------------------------*/

#links {
	float:left;
	margin: 375px 0px 0px -112px;
	padding: 0px;
	text-align:left;
	width:98px;
}

#links ul {
	list-style:none;
}

#link-01 a {
	background: url(../images/links.png) 0 0 no-repeat;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 29px;
	width: 29px;
}
#link-01 a:hover {
	background: url(../images/links.png) 0 -29px no-repeat;
}

#link-02 a {
	background: url(../images/links.png) -29px 0 no-repeat;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 29px;
	width: 29px;
}
#link-02 a:hover {
	background: url(../images/links.png) -29px -29px no-repeat;
}
