body {
background: #000;
background: url('images/background.jpg') no-repeat center;
background-attachment: fixed;
margin: 0px;
text-align: center;
width: 100%;
height: 100%
}
body {
text-align: -moz-center;
}
a {
color: #888;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: none;
}
a.active {
color: red;
text-decoration: none;
}
a img {
border: 0px;
}
.bigheading {
font-size: 125%;
color: #bcdccd;
font-weight: lighter;
}
.heading1 {
color: #bcdccd;
font-weight: lighter;
}
.heading2 {
color: #fff;
font-weight: lighter;
font-size: 80%;
}
#header {
	background: url('images/header.png') no-repeat center;
	height: 410px;
}
#header table {
font-family: Helvetica, Arial, sans-serif;
font-size: 80%;
position: relative;
top: 145px;
left: 300px;
width: 400px;
}
#contact {
color: #666;
}
#content {
position: relative;
top: -30px;
font-family: Helvetica, Arial, sans-serif;
color: #fff;
}
.rollover a , .rollover a:visited{
display: block;
background-image: url('images/shopfar.jpg');
height: 305px;
width: 406px;
}

.rollover a:hover{
display: block;
background-image: url('images/shopclose.jpg');
height: 305px;
width: 406px;
}

#footer{
background: url('images/footer.png') no-repeat center;
height: 225px;
font-family: Helvetica, Arial, sans-serif;
}
#footer table{
width: 800px;
color: #fff;
position: relative;
top: 65px;
font-size: 80%;
}
#footer p{
	position: relative;
	top: 90px;
	font-size: 80%;
}
#news {
width: 34%;
}
#friends {
width: 33%;
}
#forms {
width: 33%;
}
#copy {
	color: #fff;
	position: relative;
	top: 95px;
}
