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


body{
	height:100%;
	text-align: center;
	margin: 0px auto;
	background-image: url(images/bobby_st04_bg10.gif);
	}


* html div#container{
    height:100%;
}


div#container{
	width: 751px;
	margin: 0px auto;
	padding: 0px;
	background: #FFEB05 url(images/bobby_st01_bg10.gif) repeat-y center;
	position:relative;
	min-height: 100%;
}


body > #container {
        height: auto;
}

 
 #main {
	width: 715px;
	margin: 0px auto;
	padding: 0px;
	}

 #header table{
	margin: 10px auto 0px auto;
	padding: 0px;
	}
	
 #container table{
	margin: 0px auto 0px auto;
	padding: 0px;
	}	


	

#foot{
	width: 751px;
	/*background: url(images/ggr2010_footer.gif) no-repeat center bottom;*/
	height: 50px;
}
