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

body {
   background-image:url(../images/chipboard.jpg);
   background-repeat:repeat;
   margin:0px;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:12px;
   line-height: 20px;
   text-align:justify;
   color: #666666;
}

#viewone_part1 {
width:955px;
height: auto;
}

#viewone_part2 {
width:800px;
height:auto;
background-image:url(../images/main_bg.png);
background-repeat:repeat-y;
clear:both;
padding-left:125px;
}

#viewone_part3 {
width:800px;
height:auto;
clear:both;
padding-left:125px;
background-image:url(../images/main_footer.jpg);
background-repeat:no-repeat;
}

.reg {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 20px;
	text-align:justify;
	color: #666666;
}

.reg a {
color: #666666;
	text-decoration: none;
	}
	
.reg a:hover {
    color: #666666;
	text-decoration: underline;
	}
	
.con {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	text-align:justify;
	color:#333333;
}

#testimonial {
width:800px;
height:auto;
clear:both;
}

#contact {
clear:both;
width: 800px;
padding-left: 78px;
height:auto;
}

#hide {
visibility:hidden;
}