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

#toolbar
{
	background: url(images/top_bg.gif) repeat-x transparent;
	height: 27px;
	background-position:top;
	overflow: hidden;
}

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

#main
{
	margin-left: 150px;
}

#links
{
	height: 27px;
}

#close
{
	width: 22px;
	height: 22px;
	position: absolute;
	right: 15px;
	background: url(images/exit.gif) transparent no-repeat;
}

#arrow
{
	width: 180px;
	height: 22px;
	position: absolute;
	right: 35px;
	background: url(images/link.gif) transparent no-repeat;
	background-position: -16px 0;
}

#twitter
{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 55px;	
	background: url(../../../Documents%20and%20Settings/c.virak/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/M3U6ODON/twitter.jpeg) transparent no-repeat;
}

#extra
{
	height: 180px;
}

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

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