body {
margin:0;
padding:0;
height:100%;
background-color:#FFFFFF;
background-image:url(img/background.jpg);
background-position:50% 0;
background-repeat: no-repeat;
background-attachment: fixed;
color:#FFFFFF;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:1.0em;
}

a {
color:#0000FF;
/*color:#ffff00;*/
text-decoration:none;
/*font-size:1.2em;*/

}

a:hover {
color:#0000FF;
text-decoration:underline;
}
