html, body{ 
 margin:0; 
 padding:0; 
 background-image:url('../images/site_bg.png');
 background-repeat:no-repeat;
 background-position:center center;
 background-color:#000;
 font-family:Arial,Tahoma, Verdana, Arial;
 font-size:12px;
 color:#9d9d9d;
}  
td{
	font-size:12px;
}
#page{
	display:block;
	width:860px;
	height:450px;
	/*border:1px solid #fff;*/
	position:relative;
}
.left-link{
	display:none;
}
.home{
	display:block;
	width:49px;
	height:43px;
	background: url('../images/home.png');
	position:absolute;
	left:30px;
	top:45px;
}
.home:hover{
	background: url('../images/home_hover.png');
}

.gallery{
	display:block;
	width:65px;
	height:44px;
	background: url('../images/gallery.png');
	position:absolute;
	left:22px;
	top:180px;
}
.gallery:hover{
	background: url('../images/gallery_hover.png');
}

.contact{
	display:block;
	width:65px;
	height:39px;
	background: url('../images/contact.png');
	position:absolute;
	left:22px;
	top:315px;
}
.contact:hover{
	background: url('../images/contact_hover.png');
}

.thermal{
	display:block;
	width:327px;
	height:44px;
	background: url('../images/thermall.png');
	position:absolute;
	left:114px;
	top:72px;
}
.thermal:hover{
	background: url('../images/thermall_hover.png');
}

.indoor_outdoor{
	display:block;
	width:327px;
	height:44px;
	background: url('../images/indoor_outdoor.png');
	position:absolute;
	left:114px;
	top:115px;
}
.indoor_outdoor:hover{
	background: url('../images/indoor_outdoor_hover.png');
}

.promotional{
	display:block;
	width:327px;
	height:44px;
	background: url('../images/promotional.png');
	position:absolute;
	left:114px;
	top:158px;
}
.promotional:hover{
	background: url('../images/promotional_hover.png');
}

.printing{
	display:block;
	width:327px;
	height:44px;
	background: url('../images/printing.png');
	position:absolute;
	left:114px;
	top:201px;
}
.printing:hover{
	background: url('../images/printing_hover.png');
}

.production{
	display:block;
	width:327px;
	height:44px;
	background: url('../images/production.png');
	position:absolute;
	left:114px;
	top:245px;
}
.production:hover{
	background: url('../images/production_hover.png');
}

.design{
	display:block;
	width:327px;
	height:44px;
	background: url('../images/design.png');
	position:absolute;
	left:114px;
	top:288px;
}
.design:hover{
	background: url('../images/design_hover.png');
}

#content{
	display:block;
	width:367px;
	height:357px;
	/*border:1px solid #000;*/
	position:absolute;
	left:465px;
	top:25px;
	text-align:right;
}

.content-image{
	border:3px solid #fff;
	margin-top:5px;
	margin-bottom:5px;
}
.content-title{
	margin-bottom:10px;
}
.read-more{
	clear:both;
	float:right;
	color:#001e27;
	text-decoration:none;	
}