html, body {
	height: 100%;
	width: 100%;
}
body {
         background-color:#f9f9f9;
         margin:0px;
         padding:0px;
         color:#072B5B;
         font-size:11px;
         font-family: arial, tahoma, Verdana, Helvetica, sans-serif;
         background-image:url(../images/main_bgr.jpg);
}
html, body, textarea {
/*  scrollbar-base-color:#737875;
  scrollbar-3d-light-color:#737875;
  scrollbar-arrow-color:#9F9F9F;
  scrollbar-darkshadow-color:#858886;
  scrollbar-face-color:#737875;
  scrollbar-highlight-color:#737875;
  scrollbar-shadow-color:#737875;
  scrollbar-track-color:#828B86; */
}
#wrapper {
	margin: 0 auto;
	width: 732px;
}
#header {
	width:732px;
         height:60px;
         background:url('../images/header3.jpg') 0px 0px no-repeat;
}
#container {
	background: url('../images/bgr_static2.jpg') 0px 0px no-repeat;
	width: 723px;
         height: 491px;
         text-align:center;
         padding-top:53px;
	border:4px solid white;
}
#container2 {
	background: url('../images/bgr_static2.jpg') 0px 0px no-repeat;
	width: 723px;
         height: 494px;
         text-align:center;
         padding-top:53px;
	/*border:4px solid white;*/
}
#flashcontainer {
	/*background: url('../images/bgr_static2.jpg') 0px 0px no-repeat; */
	width: 775px;
         /*height: 640px;*/
         text-align:center;
         padding-top:0px;
	/*border:1px solid white;*/
}
#noflashbox {
	width: 723px;
	padding-top: 150px;
	/*border:1px solid red;*/
	margin: auto;
}
#noflash {
	margin: auto;
         margin-bottom: 15px;
         background: transparent url(../flash/start_000.jpg) 0px -10px no-repeat;
         height: 153px;
         border: 4px solid #fafafa;
}
#noflashbox h1 {
	margin: auto;
	font: normal 22px arial, tahoma, Verdana, Helvetica, sans-serif;
         color: #efefef;
         text-transform: uppercase;
         border-bottom: 1px solid #efefef;
         width: 380px;
         padding-bottom: 8px;
}
#noflashbox h2 {
	margin-top: 8px;
	font: normal 15px arial, tahoma, Verdana, Helvetica, sans-serif;
         color: #dfdfdf;
         text-transform: uppedrcase;
}
p {
	margin-top: 20px;
 	color: #cfcfcf;
}
a:link, a:visited, a:active {
	text-decoration:none;
         color:#fff
}
a:hover {
	text-decoration:none;
         color:#efefef;
}