body
{
	background-color: #ffa200;
	background-image: url('pics/bg_git.png');
	background-repeat: no-repeat;
	margin: 0px;
	font-size: 12px;
	font-family: sans-serif;
	color: black;
}

A:LINK, A:VISITED { color: black; text-decoration:none; }
A:HOVER { color: #895b00; }
table 
{
font-size: 11px;
}

#bg2
{
	background-image: url('pics/bg_keyb.png');
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

#head
{
	width: 740px;
	height: 142px;
	background-image: url('pics/head.png');
	background-repeat: no-repeat;
}

#menu
{
	height: 48px;
	background-image: url('pics/menu.png');
	background-repeat: no-repeat;

}

#left
{
	width: 25px;
	background-image: url('pics/left.png');
	background-repeat: repeat-y;
}

#right
{
	width: 25px;
	background-image: url('pics/right.png');
	background-repeat: repeat-y;
	
}

#main
{
	background-color: #fff1d2;
	height: 350px;
	border: 1px solid #8f6815;
	border-top: 0px;
	border-bottom: 0px;
	background-image: url('pics/main_bg.png');
	background-repeat: no-repeat;
	font-size: 11px;
	
	width: 690px;
}

#bottom
{
	height: 36px;
	background-image: url('pics/bottom.png');
	background-repeat: no-repeat;
	
}

#iframe_div
{
	position: absolute;
	left: 40%;
	top: 110px;
}

#iframe
{
	width: 350px;;
	height: 27px;
}