body{
background-color:#3a110d;
font-family:sans-serif;
font-size:small;
color:#000000;
}

table, td{
border: 1px solid #ddd;
border-collapse:collapse;
padding:5px;
}

div#master{
/* Height and width settings */
width:600px;
/* Positioning settings */
margin-left:auto;
margin-right:auto;
}

div#header{
/* Background image settings */
background: url("bgpopup.jpg");
background-repeat: no-repeat;
background-position: top center;
/* Height and width settings */
height:169px;
width:600px;
/* Positioning settings */
margin-left:auto;
margin-right:auto;
/* Border settings */
border-bottom: 10px solid #3a110d;
}

div#content{
/* Background image settings */
background-color: white;
/* Height and width settings */
height:100%;
width:600px;
/* Positioning settings */
margin-left:auto;
margin-right:auto;
}

div#footer{
/* Height and width settings */
height:70px;
width:795px;
/* Positioning settings */
margin-top:25px;
}