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

html {
 width: 100%;
 background-color: #000;
}
body {
 background-color: #000;
 margin: 0px;
 background: url(images/bg.jpg) no-repeat;
 background-position: top center;
}
#main {
 height: 1200px;
 width: 100%;
 margin: 0px;
}
#mainLogo{
 margin: 0 auto;
 width: 920px;
 height: 500px;
}
#linkBox {
 margin: 10px auto 0 auto;
 width: 950px;
 height: 120px;
}
#linkBox2 {
 margin: 10px auto 0 auto;
 width: 400px;
 height: 75px;
}
.homeText {
 font-size: 16px;
 font-family: "Century Gothic", Arial;
 color: #fff;
}
#current {
 background: #fff;
}
