/*general styles */
* {margin: 0; padding: 0;}
body {font-size: 15px; font-family: Arial, sans-serif; color: #fff; background: url(../img/index.jpg) no-repeat center top #000; text-align: center;}
a,a:focus, a:hover { outline: none; color: #fff; text-decoration: none;}
a:hover {text-decoration: underline;}

/* main */
.logo {margin: 470px 0 80px;}
.address {background: url(../img/trans.png) repeat top left; padding: 15px 0;}
