html, body {
  	  	    width:100%;
  			height:100%;
  			margin:0;
  			padding:0;
  			overflow:hidden;
			background-color:#1F1F1F;
            font-family:Arial, Helvetica, sans-serif;
            font-size:12px;
            line-height:18px;
            }
  
body {
  	  background-position:center;
  	  position:relative;
	  text-align:center;}
	  
.center_wrapper
	{min-width:100%;
	 min-height:100%;
	 text-align:center;
	 position:absolute;
	 top:0px;
	 left:0px;
	 top:25%;
     overflow:auto;}
  
#bg {width:auto;}

.bgdots {
	   width:100%;
	   height:100%;
	   text-align:center;
	   position:absolute;
	   top:0px;
	   left:0px;
	   background-image:url(../images/dot.png);
	   background-repeat:repeat;}
       
.thumb_wrapper {
            width: 540px;}
         
.home_text, .thumb_text, {
         background-image:url(../images/dark_grey_bg.png);
         line-height:1.5em;
         text-align:left;
         color:#FFFFFF;
         margin:10px 20px 10px 20px;
         padding:5px 10px 5px 10px;}

img {border:none; }
         
a:link {color:#FFFFFF;
        text-decoration:underline; }

a:hover {color:#FFFFFF;
         text-decoration:underline;}

a:visited {color:#FFFFFF;
           text-decoration:underline; }
         
.home_text {width:520px;}

.thumb_text {display:block;
             margin:-5px 0px 0px 0px}
         
.thumbnail1 {margin:0px 5px 0px 0px;
             display:inline;
             float:left;}

.thumbnail2, .thumbnail3 {margin:0px 5px 0px 5px;
                          display:inline;
                          float:left;}

.thumbnail4 {margin:0px 0px 0px 5px; 
             display:inline;
             float:left;}
             
.awards_wrapper {width:900px;
                 position:relative;
                 display:block;}
                 
.award_text{
         background-image:url(../images/dark_grey_bg.png);
         line-height:1.5em;
         text-align:left;
         color:#FFFFFF;
         margin:10px 20px 10px 20px;
         padding:5px 10px 5px 10px;
         width:520px;}
         
.center_wrapper_awards
	{min-width:100%;
	 min-height:100%;
	 text-align:center;
	 position:absolute;
	 top:0px;
	 left:0px;
	 top:50px;
     overflow:auto;}