BODY
{
}
A.blue:link
{
    COLOR: #0066cc
}
A.blue:visited
{
    COLOR: #0066cc
}

div.container {
     width: 1000px;
     height: 600px;
     position: relative;
     top: 0;	
}
div.video {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 150;
     left: -175; 
     z-index: 10; 
}
div.boatshow {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 320;
     left: 220; 
     z-index: 10; 
}
div.results {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 160px;
     left: -75px;
     z-index: 10;
}
div.form {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 360px;
     left: 419px;
     z-index: 10;
     border-color: black;
}

