@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:georgia;
	font-size:13px;
	color:#333;
	background: url(bg.jpg) no-repeat top center;
	line-height: 15px;
	min-height:600px;
}


#container{
	width:821px;
	margin-left: auto ;
	margin-right: auto ;
}

#image{margin-left:50px;}

body a img { border: none; } 
#demotip {
	display:none;
	background:transparent url(tooltip/white_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color: #000;	
}


 