@charset "UTF-8";

html {
	padding: 0;
	margin:0;
}



body {
	padding: 0;
	margin:0 ;
	background-color: #1f2120;
}

#wrapper {
	width:100%;
	height:100%;
	height:auto;
	min-height:100%;
}

#stripe {
	width:100%;
	height:8px;
	background-image:url(images/rasta-stripe.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
	position:absolute;
	z-index:25;
}

#circle {
	width:640px;
	height:700px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-image:url(images/shrinkage-circle-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#header {
	width:640px;
	height:580px;
	margin:0;
	padding:0;
	position:relative;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-position:center top;
	display:block;
}


#buttons {
	width:107px;
	height:111px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	bottom:0;
	left:266px;
}

#buttons ul {
	width:107px;
	list-style:none;
	margin:0;
	padding:0;
}

#buttons ul li {
	display:block;
}

#footer {
	width:640px;
	margin:0;
	padding:0;
	padding-top:40px;
	position:relative;
	display:block;
	text-align:center;
}

#pictures {
	display: block;
	width: 107px;
	height: 39px;
	background: url(images/pictures-set.png) no-repeat 0 0;
}

#pictures a {
	width: 100%;
	height: 100%;
	display: block;

}

#pictures:hover {
	background-position: 0 -39px;
}
#pictures: span {
	display: none;
}

#music {
	display: block;
	width: 107px;
	height: 39px;
	background: url(images/music-set.png) no-repeat 0 0;
}
#music a {
	width: 100%;
	height: 100%;
	display: block;

}

#music:hover {
	background-position: 0 -39px;
}
#music: span {
	display: none;
}


.content {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}

.contentSmall {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

a.footerLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.footerLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.footerLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
a.whiteLink: link {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.whiteLink: visited {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
}
a: visited {
	color: #FFFFFF;
}
.imgBorder {
	border: 2px solid #a63226;
}
