html,body{
    height:100%;
    margin:0;
    padding:0;
}
body {
	TEXT-ALIGN: center;
	background-color: #000000;
	min-width:1004px;
	min-height:610px;
}
.ip #vertcontainer {
    float:left;
    height:50%;
    margin-top:-305px;/* half vertical height*/
    width:100%;
}
.ip #horzcontainer {
    width:1004px;
    margin-left:auto;
    margin-right:auto;
    height:610px;
    text-align:left;
}

.ip #header {
}
.ip  #footer {
	background-image: url(../flash/images/footerbkgnd.jpg);
	background-repeat: no-repeat;
}
.ip #maincontent {
}
