/* CSS Document */
html{
height: 100%;

}
body{
height: 100%;
padding: 0px;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
background-color: #0099FF;
}

#outer {
height: 100%; 
position: relative; 
width: 100%;
}
#outer[id] {
display: table; 
position: static;
}
		
#middle {
position: absolute; 
top: 50%; 
width: 100%;
height: 100%; 
text-align: center;
} 
/* for explorer only*/
#middle[id] {
display: table-cell; 
vertical-align: middle;
position: static;
}
#center{
margin: auto;
width: 824px;
height: 100%; 
}
#wrapper{
	margin: auto;
	width: 824px;
	height: 100%; 
}

td.left-edge{
background-image: url(../images/design_files/edge_shadow_left.png);
background-repeat: repeat-y;
height: 100%;
padding-top: 0px;
padding-bottom: 0px;
}
td.right-edge{
background-image: url(../images/design_files/edge_shadow_right.png);
background-repeat: repeat-y;
height: 100%;
padding-top: 0px;
padding-bottom: 0px;
}

td.nav-bg{
background-image: url(../images/design_files/nav_bg.png);
background-repeat: repeat-x;
padding-top: 0px;
padding-bottom: 0px;
}
#topEdge{
	background-image: url(../images/top_rounded_corner_800w.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
}
#bottomEdge{
	background-image: url(../images/bottom_rounded_corner_800w.gif);
	background-repeat: no-repeat;
	height: 32px;
}



