@charset "utf-8";
/* CSS Document */
body{
font-family:"Times New Roman", Times, serif;
margin: 0px;
padding: 0px;
background:#ffffff;
text-align:center;}

div#container{
width:800px;
height:600px;
margin: 0 auto;}

div#content{
background-image:url(Mygreen_3.jpg);
background-repeat:no-repeat;
background-position:top center;

text-align:center;
color:#FFFFFF;
padding-bottom:15px; 
margin-bottom:10px

}
div#content h2{
color:#ffffff;
font-size:26px;
}
div#content p{
line-height: 25px;
font-weight:bold;
font-size:20px;}

div#content a{
font-size:23px;
color:#003300;
font-weight:bold;
text-decoration:underline;
}
div#content a:hover{
color:#FFCC33;
text-decoration:none;
}

div#dartfish{
color:#000000;
line-height: 25px;
font-weight:bold;
font-size:20px;
margin:0; padding:0}

div#footer{
margin:0;
background-color:#000000;
color:#ffffff;
letter-spacing: 2px;
font-weight:bold;
font-size:11px;
}
div#footer p{
padding:3px;}

img{border:none}
