@charset "utf-8";
body {font-family:Verdana, Geneva, sans-serif;
       background-color:#000000;}

#wrapper {margin: 0 auto;}
.container {
	width: 1000px;
   background-color:#b7d7fa;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b7d7fa), to(#59557c), color-stop(10%, #516aa4), color-stop(95%, #7b98cd));
	background-image: -moz-linear-gradient(-90deg, #b7d7fa, #7b98cd 10%, #516aa4 90%, #59557c);
   -webkit-border-radius:18px;
	-moz-border-radius:18px;
   border-radius:18px;
	-pie-background: linear-gradient(#b7d7fa, #7b98cd); /*PIE*/
}
.banner {
	width:800px; position:relative; height:110px; color:#FFF; font-family:Verdana, Geneva, sans-serif; 
   font-size:18px; text-align:center; padding:2em 1em 0 1em; 
   background-color: #99acd7; /* old browsers */ 
	        background: -moz-linear-gradient(top, #637db5 0%, #99acd7 44%, #5e91fd 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#637db5), 
       color-stop(44%,#99acd7),  color-stop(100%,#5e91fd)); /* webkit */
	   -pie-background: linear-gradient(#637db5, #5e91fd); /*PIE*/
   -moz-border-radius:45px;
   border-radius:45px;
}

.image-left {float:left; margin:0 10px 0 0;}
.image-right {float:right;	margin:0 0 0 5px;	padding:0 0 0 0;}
.tendollar {
	padding-top:6px;
	height:45px;
	background:#F2E1B6;
	font-family: Verdana, Geneva, sans-serif;
	background-image: -moz-radial-gradient(7px 3px 45deg, circle cover, white 5%, orange 20%, #fea 80%);
	background-image: background-image: -webkit-gradient(linear, left top, left bottom, from(#c57a21), to(#c06005), color-stop(5%, #ffffcc), color-stop(95%, #ca883b));
	-moz-box-shadow: 0px 1px 1px #fff;
	-webkit-box-shadow: 0px 1px 1px #fff;
	-pie-background: linear-gradient(-90deg, #ffffcc, #F2E1B6, #9a5c33);
}



