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 {
	bottom:0;
	height:53px;
	left:15px;
	min-width:950px;
	position:absolute;
	right:35px;
	z-index:201;
	
}

#toolbar-left {
	width: 13px;
	height: 53px;
	background: url('/images/actionbar/bg-left.png') repeat-x bottom;
  padding: 0;
	float:left;
}

#toolbar-right {
	width: 13px;
	height: 53px;
	background: url('/images/actionbar/bg-right.png') repeat-x bottom;
	padding: 0;
	float:right;
}

#main {
	margin: 0 13px;

	background: url('/images/actionbar/bg.png') repeat-x top;
}

#avatar {
	padding: 5px 0 0 5px;
	width: 50px;
	float:left;

}
#links
{
	height: 55px;
}

#close
{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(/images/actionbar/close.png) transparent no-repeat;
	text-indent: -9999px;
}

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

#twitter
{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 75px;	
	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%;
}
