@charset "utf-8";
/* CSS Document */
body{
background-color:#bac078;
/*background-image:url(images/Launch_grass.jpg);
background-position:center;
background-repeat:repeat-y;*/

}

#main{
margin:0 auto;
width:467px;
position:relative;

}

#window{
background-image:url(images/launch_window.png);
background-repeat:no-repeat;
position:relative;
margin-top:200px;
width:467px;
height:310px;

}

#firefox{
padding-top:115px;
margin:0 auto;
width:114px;
height:103px;

}

#text{
margin-top:-6px;
margin-left:105px;
}

.green{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#5b7f0c;
font-weight:bold;
}

#enter{
margin-left:138px;
margin-top:-10px;
width:185px;
height:31;
}