/* ### GENERAL ### */

a img {border: none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none}
a:hover {text-decoration: none}
a,a:visited,a:hover{cursor:pointer;}
img {display:block;}

@font-face {
  font-family: 'vani';
  src: url('vani.eot?#iefix') format('embedded-opentype'),  url('vani.woff') format('woff'), url('vani.ttf')  format('truetype'), url('vani.svg#vani') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ### GLOBAL CLASSES ### */

html {min-height: 100%; overflow: -moz-scrollbars-vertical;}
body {margin:0; height: 100%; background-color: #FFFFFF; font-family: vani; font-weight: normal; font-style: normal; }


/* ### CONTAINER ### */
#container {margin:0 auto; width: 800px; }
#container a {color: #808080; }

/* ### header ### */
#header {width: 800px; text-align: center; margin-top: 100px; padding-bottom: 70px;}
#header img {display: block; text-align: center; margin-left: auto; margin-right: auto;}


/* ### INFO ### */
#info {float: left; width: 800px; text-align: center; margin-bottom: 100px;}
#info h1 {font-family: vani; font-weight: bold; font-style: normal; font-size: 34px; color: #000000; padding-bottom: 20px;}
#info h2 {font-family: vani; font-weight: bold; font-style: normal; font-size: 26px; color: #000000; padding-top: 60px; padding-bottom: 120px;}
#info p {font-family: vani; font-weight: bold; font-style: normal; font-size: 18px; color: #000000; text-align: left;}
#info a {font-family: vani; font-weight: bold; font-style: normal; font-size: 12px; color: #464646;}

/* ### FOOTER ### */
#footer {float: left; width: 100%; background-color: #666666; text-align: center; white-space: nowrap;}
#footer h3 {font-family: vani; font-weight: bold; font-style: normal; font-size: 18px; color: #000000; margin-top:50px;}
#footer span {text-align: center; padding-bottom: 30px;}
#footer p {height: 8px; font-family: vani; font-weight: bold; font-style: normal; font-size: 12px; color: #000000;}
#footer a {font-family: vani; font-weight: bold; font-style: normal; font-size: 12px; color: #333333;}
#footer img {display: inline-block; margin: 10px;}


