body {
    background-color: black;
    margin: 0px;
}

#mainframe {
    background-image: url( content.jpg );
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    width: 800px;
    height: 600px;
}

#mainframe div.navbar {
    left: 14px;
    top: 163px;
    width: 240px;
    height: 32px;
    position: absolute;
}

#mainframe div.mainbody {
    left:200px;
    top: 50px;
    width: 400px;
    height: 240px;
    position: absolute;
}
#mainframe div.home {
    left:30px;
    top: 30px;
    width: 220px;
    height: 120px;
    position: absolute;
}

#mainframe div.nascar {
    left:12px;
    top: 250px;
    width: 90px;
    height: 40px;
    position: absolute;
}

#mainframe div.busch {
    left:12px;
    top: 315px;
    width: 90px;
    height: 45px;
    position: absolute;
}

#mainframe div.truck {
    left:12px;
    top: 376px;
    width: 90px;
    height: 59px;
    position: absolute;
}

#mainframe div.poker {
    left:305px;
    top: 530px;
    width: 455px;
    height: 43px;
}

#mainframe div.metal {
    left:24px;
    top: 445px;
    width: 220px;
    height: 110px;
    position: absolute;
}

#mainframe div.imageHeader {
	position: absolute;
	left: 275px;
	top: 17px;
    width: 505px;
    height: 76px;
    position: absolute;
}

#mainframe iframe.content {
	position: absolute;
    background: none;
	left: 280px;
	top: 105px;
    width: 495px;
    height: 395px;
}

#photo {
    background-image: url(images/photo-viewer.jpg );
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    text-align: left;
    margin: 0 auto;
    padding: 0px;
    width: 600px;
    height: 400px;
}

#photo iframe.thumbs {
	position: absolute;
    background: none;
	left: 445px;
	top: 10px;
    width: 145px;
    height: 305px;
}

#viewer {
    position: absolute;
    left: 36px;
    top: 98px;
    width: 370px;
    height: 247px;
    overflow: hidden;
}

#back {
	position: absolute;
	left: 144px;
	top: 357px;
    width: 44px;
    height: 28px;
}

#playpause {
	position: absolute;
	left: 194px;
	top: 357px;
    width: 44px;
    height: 28px;
}

#next {
	position: absolute;
	left: 245px;
	top: 357px;
    width: 44px;
    height: 28px;
}

h3 {
    font-weight: bold;
    font: 20px Trebuchet MS, Geneva, Arial,Sans-Serif;
    text-align: left;
}

h4 {
    font-weight: bold;
    font: 15px Trebuchet MS, Geneva, Arial,Sans-Serif;
    text-align: center;
}

.nav-text {
    font: 12px Trebuchet MS, Geneva, Arial,Sans-Serif;
    text-align: center;
	color: #FFFFFF;
}

a.nav:link { color: #FFFFFF; text-decoration: none; }
a.nav:active { color: #FFFFFF; text-decoration: none; }
a.nav:visited { color: #FFFFFF; text-decoration: none; }
a.nav:hover { color: #FFFFFF; text-decoration: underline; }
