

/* Generic Selectors */

body {
text-align: center;
font-family: Arial, sans-serif;
font-size: 12px;
color: #ffffff;
background: url(images/bgd.jpg);
background-position: top center;
margin-top: 0px;
margin-left: 8px;
background-repeat:no-repeat;
background-color: #f3f7f8;
}

p {
width: 100%;
}

p.title {
width: 97%;
}

p.bar {
width: 100%;
background: transparent;
text-align: center;
margin: 0;
}


