body {
color: #e5e5e5;
line-height: 16px;
font-size: 12px;
font-family: Helvetica, Verdana, Arial, sans-serif;
text-align: center;
background-color : rgb(57,57,57);
background-image : url(links/bkg_n.gif);
background-repeat: repeat-x;
}

#logo {
	margin-top: 50px;
}

#adress {
	margin-top: 100px;
}

a:link {text-decoration: none; color: #e5e5e5}      /* unvisited link */
a:visited { color: #e5e5e5}  /* visited link */
a:hover {text-decoration: underline; color: #cccccc}  /* mouse over link */
a:active {text-decoration: none; color: #e5e5e5}  /* selected link */