@charset "utf-8";
/* CSS Document */
body {
	background-color:#3b4c5f;
	background-image:url(bg.gif);
	background-repeat:repeat-x;
	position:absolute;
	left:50%;
	margin-left:-450px;
	width:900px;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
	}

p {
	color: #FFF;
	font-size: 0.6em;
	text-align:center;
	}

p.getplugin {
	color: #FFF;
	font-size: 0.9em;
	font-weight:bold;
	text-align:left;
	}
   
 a, a:visited {
      color: #FFF;
      text-decoration: none;
        }
        a:active {
            color: #FFF;
            text-decoration: none;
        }
        a:hover, a:focus {
            color: #FFF;
            text-decoration: underline;
        }
#expoapi{
width:900px;
height:680px;
border:1px solid #FFF;
}		
#foot{
margin-top:20px;	
}
#getplugin{
padding:5px;	
}