/* CSS Document */

body{
/*background-image:url(../../images/bg2.png);*/
	margin:0;
	padding-right: 5px;
	padding-bottom: 5px;
	/*background-color: #F5F5F5;
	background-color: #F0F0F1;*/
	background-color: #D6D8DC;
}

#container {
	background-color: #ffffff;
	display: block;
	/*border-bottom: 2px solid #F0F0F1;
	border-right: 2px solid #F0F0F1;  */
	max-width: 980px;
	min-width: 800px;
	_width: expression(document.body.clientWidth < 1000? "800px" : document.body.clientWidth > 1000? "980px" : "auto");  
	
}

.containerbottomright{
	background: url(../../images/whiteround2_br.gif) no-repeat top right;
	text-align: left;
}

.containerbottomright_test{
	background: url(../../images/white_10x10_alpha.png) no-repeat top right;
	text-align: left;
}
	




