/* CSS Document */

/*StartPage */

body {
margin: 0;
padding: 0;
font-family:arial,sans-serif;
font-size: 80%;
background: #000;
color: #fff;
}

a img, img a { border: 0;}

a:link,a:active,a:visited {
color: #00c;
}

#Frame {
position: relative;
top: 30px;
}

div {
text-align: center;
}

span {
display:block;
margin-left: 30px;
}

#FooterLinks {
background: url(../img/line.jpg) no-repeat center bottom;
height: 20px;
margin: 35px 0 50px 0;
//text-align: center;
}

#FooterLinks a{
color: #fff;
font-style: oblique;
font-size: 85%;
text-decoration: none;
padding-right: 50px;
text-align: center;
}

#Keywords_bottom p{
color: #676767;
font-size: 70%;
text-decoration: none;
padding-right: 55px;
}

/*StartPage = END */


