@charset "UTF-8";

html {overflow: hidden;} /*we don't need any scrolls for our html */

body {
	background-color: #000000;
	margin:0px;
	padding:0px;
}

#iframe { overflow: hidden;} /*this is to remove the scroll when not needed*/
 
#iframe, iframe {
    width: 100%;
    height: 100%;
	border:0px;
}

#toolbar {
    height: 40px;
    overflow: hidden;
	width:100%;
	min-width: 960px;
	border: 0px solid yellow;
}

#toolbar ul, #nav li {
	margin:0px;
	padding:0px;
	border:0px;
}

#toolbar li {
	list-style:none;
	float:left;
	position:relative;
}

#toolbar img {
	border:0px solid #000;
}

#toolbar a {
	border:0px solid #000;
}

#toolbar #navRightLinks {
	float:right;
}

a {
	color: #000;
}
