﻿* {
margin : 0;
padding : 0;
border : 0;
}
#container {
position : relative;
width : 900px;
margin : 0 auto;
}
body {
font-family: Arial, Sans-Serif;
font-size: 100%;
background-color: #ffffff;
}
#holder {
position : relative;
top : 5px;
left : 0px;
width : 900px;
height : 632px;
background-image : url('Images/holder.gif');
background-repeat : no-repeat;
}
