body {
  margin: 0;
	padding: 0;
  font: 13px/1.5em Verdana, Arial, sans-serif;
	background: #1e0000 url('images/body-bg2.jpg') no-repeat center top;
	letter-spacing: .035em;
	line-height: 1.3em;
}

/* Links */
a:link, a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover, a:active {
  color: #fff;
  text-decoration: none;
}

/* text */
p {
  margin: 0;
	color: #fff;
	font-weight: normal;
}


/* 
** Wrapper: contains all page element 
*/
#wrapper {
	width: 1007px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: visible;
}

/*
** Logo
*/
#logo h1 {
	display: block;
	overflow: hidden;
	width: 402px;
	height: 139px;
	text-indent: -4000px;
	position: absolute;
	top: -20px;
	left: -25px;
	z-index: 90;
	background: transparent url('images/froster-logo.png') no-repeat top left;
}

/*
** Links
*/
#mac-links {
	position: absolute;
	top: 136px;
	left: -5px;
}
#mac-links ul li {
	margin-bottom: 13px;
	list-style-type: none;
}

li#froster a {
	width: 200px;
	height: 44px;
	display: block;
	overflow: hidden;
	text-indent: -4000px;
	background: transparent url('images/facebook_mac_links.png') no-repeat 0 0;	
}
li#froster a:hover {
	background-position: 0 -46px;
}

li#facebook a {
	width: 200px;
	height: 44px;
	display: block;
	overflow: hidden;
	text-indent: -4000px;
	background: transparent url('images/facebook_mac_links.png') no-repeat 0 -100px;	
}
li#facebook a:hover {
	background-position: 0 -146px;
}

li#mymacs a {
	width: 200px;
	height: 44px;
	display: block;
	overflow: hidden;
	text-indent: -4000px;
	background: transparent url('images/facebook_mac_links.png') no-repeat 0 -200px;	
}
li#mymacs a:hover {
	background-position: 0 -248px;
}


/*
** Slideshow and Frame
*/
#image-frame {
	width: 728px;
	height: 522px;
	overflow:hidden;
	position: absolute;
	top: 0px;
	left: 235px;
	z-index: 50;
	background: transparent url('images/frame2.png') no-repeat 0 0px;	
}

#slideshow1 {
	width: 671px;
	height: 477px;
	overflow:hidden;
	position: absolute;
	z-index: inherit;
	top: 0px;
	left: 258px;
}

/*
** footer
*/
#footer {
	position: absolute;
	margin: 553px 0 0 90px;
	padding: 0 0 30px 0;
	width: 798px;
	text-align: center;
}
#footer a:hover {
	text-decoration: underline;
}
