* {
    margin: 0;
    padding: 0;
}

body {       
    background: url("http://www.hansonperformance.com/images/bg_gradient.png") repeat-y scroll center top transparent;
    font-family: Times New Roman,Helvetica,Arial,sans-serif;
    margin: 0 auto;
    text-align: center;
    width: 700px;
    height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#wrapper {
    
}

#logo img {
    height: 100px;
}

.header {
    width: 100%;
    display: inline-block;
}

.header img {
    width: 75px;
}

.headerImage {
	width: 75px;
    display: inline-block;
}

.headerImageNoDownload {
    display: inline-block;
}

.headerText {
    width: 75px;
    color: white;
    display: inline-block;
    background-color: black;
    border-bottom: 1px solid silver; 
}

#underImage {
    width: 700px;
    z-index: 1;
}

#overImage {
    position: absolute;
    display: none;
    width: 700px;
    z-index: 99;
}

.download {
    border: solid 2px blue;
    text-transform: uppercase;
    color: blue;
    width: 75px;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 2px;
}

.non-download {
    border: solid 2px blue;
    text-transform: uppercase;
    color: blue;
    width: 75px;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 2px;
}

.hide {
    visibility: hidden;
}

#dialog {
    background-color: white;
    border-color: blue;
    
}