body {
background-repeat: repeat-x; 
background-image: url(images/bg.jpg); 
background-attachment: fixed;

}
h1 {
font-size: 60px;
color: #BD007B;
text-align: center;

}

h2 {
text-align: center;

}

h4 {
text-align: center;

}

p .center {
text-align: center;
font-weight: bold;
}

img .logo {


}

#content {
background-color: #FFF;
margin-left: 25%;
margin-right: 25%;

}
#center {
margin-top: 50px;
margin-left: 20px;
margin-right: 20px;

}

