@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
	background-color:#000;
	color:#fff;
}

/* iframe's parent node */
div#root {
    position: fixed;
    width: 100%;
    height: 100%;
}

/* iframe itself */
div#root > iframe {
    display: block;
    width: 100%;
    height: 100%;
	border: none;
}

div#header {
	height:30px;
	width:100%;
	background-image:url(img/header_bg.png);
	background-repeat:repeat-x;
	background-color:#000;
	color:#FFF;
}

div#header #home {
	float:left;
	margin-left:15px;
}
div#header #back {
	float:left;
	margin-left:15px;
}

a, a:hover, a span {
  text-decoration:none;
  color:#A6D7F6;
}

a:hover span {
  text-decoration:underline;
}