body {
background-color: black;
width: 100%;
height: 100%;
text-align: center;

}

h1, h2, h3, h4 {
font-family: Georgia, Times, serif;
font-weight: normal;
font-style: normal;
margin-bottom: 0.5em;
}

h4 {
font-size: 1.17em;
font-style: italic;
margin-top: 0px;
}

p {
font-family: Verdana, sans-serif;
}

div#container {
background-image: url(JKS2010v1.jpg);
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
width: 1000px;
height: 100%;
display: block;
margin-left: auto;
margin-right: auto;
position: relative;
text-align: left;


}

div#all {
position: absolute;
left: 200px;
width: 750px;
height: auto;
}

div#title {
color: white;
padding-left: 50px;
}

div#content {
opacity: 0.5; 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity = 50);
width: 650px;
background-color: white;
padding-left: 50px;
padding-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
height: auto;
}