/* CSS Document */

body {
	margin-top: 0px;
	background-color: #99cc33;
}


#outer {

    width: 600px;
    background-color:#FFFFFF;
	border: 1px solid #333;
	 
    margin-top: -15px;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  
}

#header {
	width: 50%;
    padding: 0px;
	margin-top: 0px;
    margin: 0px;
    text-align: center;

}

.info{
font-family: Arial, Helvetica, sans-serif; 
position: relative;
left: 210px;
top: -315px;
font-size: 0.8em;
width: 380px;

}

.text{
font-family: Arial, Helvetica, sans-serif; 
font-size: 0.8em;

}

a {font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; font-weight:bold; color: #99cc33; text-decoration:none;}
a:link{ color: #99cc33; text-decoration:none; }
a:hover{  text-decoration:underline; }