body {
    background-image: url(shared/bg.jpg);
    margin: 0px;
    height: 100%
}

table {
    border-spacing: 0px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    margin: 0px;
    overflow: hidden;
    background-image: url(shared/gradient.jpg);
    background-repeat: repeat-x;
    z-index: 0;
}

.contact {
    position: relative;
    top: 0px;
    width: 110px;
    height: 55px;
    background-image: url(shared/contact.jpg);
}

.infinitive {
    position: relative;
    top: 1px;
    width: 110px;
    height: 13px;
}

.email {
    position: relative;
    top: 1px;
    width: 110px;
    height: 13px;
}

.menu {
    position: relative;
    width: 703px;
    height: 460px;
}

.bio {
    position: relative;
    width: 703px;
    height: 460px;
    background-image: url(bio/bg.jpg)
}

.audio {
    position: relative;
    width: 703px;
    height: 460px;
    background-image: url(audio/bg.jpg)
}

.pictures {
    position: relative;
    width: 703px;
    height: 460px;
    background-image: url(pictures/bg.jpg)
}

.video {
    position: relative;
    width: 703px;
    height: 460px;
    background-image: url(video/bg.jpg)
}

.lyrics {
    position: relative;
    width: 703px;
    height: 460px;
    background-image: url(lyrics/bg.jpg)
}

.links {
    position: relative;
    width: 703px;
    height: 460px;
    background-image: url(links/bg.jpg)
}

.page {
    position: absolute;
    left: 196px;
    top: 78px;
    width: 487px;
    height: 383px;
	  overflow: hidden;
	
  	font-family: Helvetica;
	  font-size: 14px;
	  font-weight: normal;

	  text-align: left;
	  line-height: 22px;
    color: #ffffff;
}

.page a:link {
	color: #A60006;
	text-decoration: none;
	font-weight: bold;
}

.page a:active {
	color: #A60006;
	text-decoration: underline;
	font-weight: bold;
}

.page a:hover {
	color: #A60006;
	text-decoration: underline;
	font-weight: bold;
}

.page a:visited {
	color: #A60006;
	text-decoration: none;
	font-weight: bold;
}

.page a:visited:hover {
	color: #A60006;
	text-decoration: underline;
	font-weight: bold;
}

.page a:visited:active {
	color: #A60006;
	text-decoration: underline;
	font-weight: bold;
}

.title {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	
	text-align: left;
	color: #808080;
}

.note {
	font-family: Book Antiqua;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	
	text-align: left;
	color: #ffffff;
}

.default {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;

	text-align: left;
	line-height: 22px;
	color: #ffffff;
}

,preview {
    border: 1px solid #ff0000;
}