@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: 340px;

text-align: left;


}

h1 {


padding: 5px 10px;
margin: 2px;


display: inline;

font-family: times new roman;
font-size: 24px;
font-weight: normal;
line-height: 20px;

color: white;

}

h2 {

display: inline;

font-family: times new roman;
font-size: 18px;
font-weight: normal;
line-height: 20px;

color: white;


}



p {

display: inline;

font-family: times new roman;
font-size: 12px;
font-weight: normal;
line-height: 20px;
color: white;

}

/* ----------------------------------body end */





/* ------------------------------------CONTENTS */


div.maincontents {

margin: 0 auto;

text-align: center;

width: 780px;

}


div.contactinfo {

margin: 0 auto;

text-align: center;


font: 12px times new roman;
color: white;

}


div#email {

padding: 20px;

margin: 0 auto;

text-align: left;

width: 380px;
font: 15px times new roman;
color: white;

border: solid 1px white;

}


a#link_mailto {

font-size: 18px;
color: white;
text-decoration: none;

}

a#link_mailto:hover {

text-decoration: underline;

}




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.link_player {

color: white;
font-size: 15px;
text-decoration: none;

width: 100px;
height: 10px;

}

a.link_player:hover {

color: #96CDCD;

text-decoration: none;

}



a.link_player:visited {

color: white;

text-decoration: none;

}

a.link_player:active {

color: white;

text-decoration: none;

}



a {

outline: none;

}


/* ----------------------------------CONTENTS END */



