@import: url(reset.css);


/* ---------------------------------body and background */


body {

background-color: black;
background-image: url(../images/background006.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;

height: 1000px;

text-align: center;

}


div.wrapper {

margin: 0 auto;

width: 780px;
height: 380px;

text-align: left;


}

h1, h2 {

padding: 5px 10px;
margin: 2px;


display: inline;

font-family: times new roman;
font-size: 24px;
font-weight: normal;
line-height: 20px;

color: white;

}


p {

font-family: times new roman;
font-size: 12px;
font-weight: normal;
line-height: 20px;
color: white;

}

/* ----------------------------------body end */





/* ------------------------------------CONTENTS */


div.maincontents {

margin: 0 auto;

width: 780px;

}



div.news {

margin: 0 auto;
padding: 0px 30px;

}

div#outer_shell {

margin: 0 auto;
padding: 10px;

width: 400px;

text-align: left;

border: solid white 1px;

}

div#news_header {

text-align: left;

}



div#whats_new {

text-align: left;

}










a.link_normal {

color: white;
text-decoration: none;

}

a.link_normal:hover {

color: #cc0000;

text-decoration: none;

}



a.link_normal:visited {

color: white;

text-decoration: none;

}

a.link_normal:active {

color: #cc0000;

text-decoration: none;

}


a {

outline: none;

}


/* ----------------------------------CONTENTS END */




