
body {  
    height: 100%;  
background-color: #000;
font-size:11px;
/*
background: url(../img/bg1.gif);
background-repeat:repeat-y; 
background-repeat:repeat-x;
background-color:white;*/
color: #fff;
margin:0px;
padding:0px;
text-align: center; 
}
.grid_12 { width:100%; }

.row1 {
	overflow: auto;
    height: auto !important;  
	width: 100%;

    min-height: 100%;  
    height: 100%;  
	overflow: hidden;
}