html {overflow: hidden;} /*we don't need any scrolls for our html */
body
{
	margin: 0;
	padding:0;
	font-family: arial,sans-serif;
	font-size: 15px;
}

#toolbar
{
	background: url(bck.png) repeat-x transparent;
	height: 25px;
	overflow: hidden;
	display: none;
	visibility:hidden;
}

#search
{
	float: left;
	width: 400px;
}

#main
{
	margin-left: 400px;
}

#links
{
	height: 25px;
}

#close
{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 5px;
	background: url(btn2.gif) transparent no-repeat;
}

#arrow
{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 25px;
	background: url(btn2.gif) transparent no-repeat;
	background-position: -16px 0;
}

#twitter
{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 45px;	
	background: url(twitter.jpeg) transparent no-repeat;
}

#extra
{
	height: 100px;
}

#iframe { overflow: hidden;} /*this is to remove the scroll when not needed*/

#iframe, iframe
{
	width: 100%;
	height: 100%;
}