* {
padding:0;
margin:0;
font: monospace !important;
}
body {
background-color: black;
text-align: center; 
}
h1 {
color:white; 
font-size:20pt;
}
h2 {
color:white; 
font-size:18pt;
}
h3 {
color:white; 
font-size:16pt;
}
h4 {
color:white; 
font-size:14pt;
}
h5 {
color:white; 
font-size:12pt;
}
h6 {
color:white; 
font-size:10pt;
}
hr {
color:gray;
}
#wizardbody {
background-color: black;
border: 1px ridge black;
width: 892px;
height: 555px;
display: block;
margin: 0 auto;
position: relative;
}
#wizardtitle {
border-left:1px solid black;
border-right:1px solid black;
background-color: black;
position: absolute;
top:0;
left:125px;
width: 640px;
height: 50px;
}
#wizardleftmenu{
background-color: black;
position:absolute;
left:0px;
top:0px;
width:125px;
height:555px;

}
#wizardmain{
background-color: black;
clear:left;
border:1px dashed gray;
position:absolute;
left:125px;
top:50px;
width:640px;
height:480px;
text-align:left;
}
#wizardrightmenu{
background-color: black;
position: absolute;
left:767px;
top:0px;
width:125px;
height:555px;
clear:left;
}
#wizardfooter{
background-color: black;
border-left:1px solid black;
border-right:1px solid black;
position: absolute;
left: 125px;
top: 532px;
width: 640px;
height: 23px;
}
