@charset "utf-8";
/* CSS Document */

*{outline:none; text-decoration:none;}

body, html{
background: #000;
width: 100%;
height: 100%;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
text-align:center;
}

#page{
background:url(../img/welcomebg.jpg) no-repeat;
width: 1024px;
height: 680px;
margin: 0 auto;
}

#intro{
padding:200px 0 0 320px;
}

#intro a:link, a:visited{
background:url(../img/introwelcome.png) no-repeat;
display:block;
width:400px;
height:130px;
}

#intro a:hover, a:active{
background:url(../img/introcomein.png) no-repeat;
width:400px;
height:130px;
}