body {

margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px; 
padding: 0; 
text-align: center; 
background-color: #ffffff;

} 

.mainHolder {

position: relative; 
width: 640px; 
height: 360px; 
margin: auto; 
text-align: center; 
border-style:solid;
border-color:#929292;
border-width:0px;

.imageHolder{

position:relative;
margin-left:0px;
margin-top:0px;
float: left;
width:640px;
height:50px;
background:#d8d8d8;

}

img.myImage {

width: 35px;
height: 48px;
float: left;
overflow: hidden;
border-style:solid;
border-color:#000000;
border-width:1px;

}

.footerHolder{
position:relative;
left:50%;
top:50%;
margin-left:-360px;
margin-top:-185px;
float: left;
width:640px;
height:35px;
background:#ffffff;

}


	