/* CSS Document */

body {
	margin:0;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/home_bg.jpg) top repeat-x #212121;
}
/*for background*/
.bgheader {
	background: url(images/home_header.jpg) top no-repeat;
	width:1024px;
	height: 105px;
}
.line1 {
	background: url(images/home_line1.jpg) no-repeat;
	width:1024px;
	height:12px;
}
.line2 {
	background:url(images/home_line2.jpg) no-repeat;
	width: 1024px;
	height: 11px;
}
.bgcontent {
	background: url(images/home_contentbg.jpg) top no-repeat;
	width:1024px;
	height:218px;
}
.contentlong {
	background:url(images/home_contentlong.jpg) repeat-y;
}
/*end background*/

/*position*/
p{
	margin: 15px 0 15px 0;
}
.possotheby {
	margin-top: 36px;
	margin-left: 253px;
}
/*end position*/

/*links*/ 
a{
	color:#999999;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
/*end links*/ 

/*content*/
.sep	{
	color: #9d080d;
	padding: 0 3px 0 3px;
}
/*end content*/

.copytxt {
	font-size:10px;
}
