/*
CSS for JDW Innovation
*/


*{
margin:0px;
padding:0px
}

html{
width:100%;
height:100%;
}

body{
background-color: black;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-image: url(bg.jpg);
width:750px;
height:100%;
position:relative;
margin:0 auto;
}

p {
font-weight: bold;
color: #003366;
font-family: Verdana;
font-size: 10px;
}

html > body{
height:auto;
min-height:100%;
}

#top_banner{
margin-top:150px;
width:750px;
height: 400px;
background-color: black;
border: 2px solid white;
overflow:hidden;
}


#header_text {
text-align: center;
width: 750px;
margin-top:85px;
}

#validation img{
position:relative;
margin-top:40px;
width:750px;
float:right;
padding: 5px;
}