/* CSS Document */

body{
background-image:url(images/background2.jpg);
background-attachment:fixed;
background-repeat:repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}

a{
color:#000000;
font-weight:bold;
text-decoration:underline;
}

a:hover{
text-decoration:none;
}

#content{
width:560px;
margin:0 auto;
}

#content p{
text-align:justify;
margin:0;
}

#footer{
width:560px;
margin:0 auto;
font-size:11px;
padding-top:20px;
}

#footer a{
color:#000000;
text-decoration:underline;
}

#footer a:hover{
text-decoration:none;
}