html, body {background-color:#2C2C2C; margin: 0px; padding: 0px; font-family: Helvetica, Arial, sans-serif;}
/*	.chromeFrameOverlayContent {width:800px; background-color: #000;}
	.chromeFrameOverlayContent iframe {width:800px;}
	.chromeFrameOverlayCloseBar {background-color: #000;}
	.chromeFrameOverlayUnderlay {background-color: #000;} */
a {outline: none; border: none;}
#wrapper {width: 100%; margin: 0px; min-width: 960px;}

#topBar {width: 100%; height: 9px; position:absolute; top: 0px; background-color: #A0798E;}

#container {width: 960px; margin: auto; border-radius: 10px; overflow: hidden; background-color:#1A1A1A;
-moz-box-shadow: inset 0 0 10px #000;
-webkit-box-shadow: inset 0 0 10px #000;
box-shadow: inset 0 0 10px #000;}

#logo {text-align: center; margin:50px 0px;}

#welcome {color:#A0798E; font-size: 12px; font-weight: 100; letter-spacing: 4px; text-align: center; margin: 35px 0px 30px 0px;}

h1 {width:785px; color:#666; font-size: 26px; font-weight: 900; letter-spacing: 0px; line-height: 32px; margin: 30px auto 25px auto; text-align: center;}

#footer {width:475px; color:#A0798E; font-size: 12px; font-weight: 100; letter-spacing: 1px; line-height: 16px; text-align: center; margin: 50px auto 30px auto;}
#footer a {color: #FFF; text-decoration: underline;
transition: 550ms ease;
-webkit-transition: 550ms ease;
-moz-transition: 550ms ease;}
#footer a:hover {color: #A0798E;
transition: 300ms ease-out;
-webkit-transition: 300ms ease-out;
-moz-transition: 300ms ease-out;}