body { 
margin: 0; 
padding: 0;  
background-color: #333; 
} 

#container{
background-color: #333;
width:100%;
height:708px; 
}

#main{
background-image: url(dapper.jpg); 
background-position: left; 
background-repeat: no-repeat;
background-color: #333333; 
width:1068px;
height:702px;
margin:auto;
}

img
{  border-style: none;
}

#content {
position:absolute;
margin-top:20px;
margin-left:700px;
width:330px;
padding:10px;
border-top:1px solid #666666;
font-family: Courier New;
font-weight:bold;
color: #333;
text-decoration: bold;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.0em;
font-size: 1.0em;

}

H1 {font-family: Courier New;
font-weight:bold;
color: #333;
text-decoration: bold;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1.6em;
}

a {color:#fff;text-decoration:none;}
a:hover{color:#666; text-decoration:underline;}

#notice{
position:absolute;
margin-top:260px;
margin-left:100px;
width:180px;
padding:10px;
border-top:1px solid #666666;
font-family: Courier New;
font-weight:bold;
background-color:#333;
color: #999;
text-decoration: bold;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: .8em;
}

.padd{padding-left:10px; padding-top:10px;}


