@charset "utf-8";
/* CSS Document */

body{
background:url(images/bg.jpg);
margin:0;
padding:0;
color:#FFFFFF;
font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
font-size:12px;
  /* MSIE 5 doesn't center based on auto left/right margins, 
     but 'text-align:center' does center top-level divs: */
  text-align: center;
  /* Specify a min-width for the body as wide as the 'wrapper'
     element itself. This prevents negative (i.e. inaccessible)
     left-margins in narrow browser windows when using 
     Navigator 6+/Mozilla on Win32: */
  min-width: 650px;
}

#wrapper{
margin-top: 0px;
 /* Reset alignment to compensate for 'text-align:center': */
  text-align: left;
  /* Specify the width of the element. This should be the same
     as 'body min-width': */
  width: 650px;
  /* Set left and right margins to auto, thus centering the 
     element in the containing (body) tag: */
  margin-left: auto;
  margin-right: auto;
}

#container {
  margin: 0 auto;
  width: 100%;
  }

.logo{
position:absolute;
top:0px;
}

#topInnerCenter{
margin-left:auto;
margin-right:auto;
width:550px;
}
.topgraphic{
position:absolute;
top:0px;
z-index:5;
}

#flashBg{
position:absolute;
top:210px;
background:url(images/flash_bg.png);
width: 650px;
padding: 15px;
}



.text{
position:absolute;
top:770px;
width: 650px;
padding-left: 10px;
}

.text2{
position:absolute;
top:850px;
width: 650px;
padding-left: 10px;
font-size: 10px;
text-align:center
}


.inspired{
	position:absolute;
	top:741px;
	width: 242px;
	left: 695px;

}
