﻿html {  
				font-size: 12px;
} 

.whiteBG {
				background-color: white;
				padding: 10px 10px 10px 10px;
				box-shadow:0px 5px 50px #222;
				-webkit-box-shadow:0px 5px 50px #222;
				-moz-box-shadow: 0px 5px 50px #222;
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				bottom: 10px;
}

.footer {
				clear:both;
}