@charset "utf-8";

/* HOME : CSS version2 for www.choshinsung-thailand.com */
/* By crazy~pangi(PANGI) (c)2010. All right reserved.*/
/* Created date : 2010.08.11, Last update : 2010.08.12 */

* html{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	background:#000000;
}
a {
	color:#ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration:none;
	color: #e0e0e0;
}
a:hover { 
	color:#eeeeee;
	text-decoration: none;
}
img{
	border:none;
}
.bold{
	font-weight:bold;
}

.clear{
	clear:both;
}

#wrapper{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
#container{
	clear:both;
	margin:0 auto;
	padding:0px;
	width:980px;
	min-height:600px;
}

/*************** HOME ***************/
.logo {
	background-image:url(../images/home/bg1_01.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:980px;
	height:162px;
}
.cssimg {
	background-image:url(../images/home/bg1_02.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:980px;
	height:266px;
}
.entersite {
	background-color:#000000;
	height:200px;
	margin-top: 0px;
	margin-right: 365px;
	margin-bottom: 0px;
	margin-left: 367px;
}
.entersite span {	
	width:257px;
	height:180px;
}
.cssmsg {
	background-image:url(../images/home/bg1_04.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:247px;
	height:120px;
}
a.esite:link , a.esite:visited , a.esite:active{
	float:left;
	margin:0 auto;
	background-image:url(../images/home/entersite.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:124px;
	height:57px;
}
a.esite:hover {
	float:left;
	margin:0 auto;
	background-image:url(../images/home/entersite.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:124px;
	height:57px;
}
a.eboard:link , a.eboard:visited , a.eboard:active {
	float:left;
	margin:0 auto;
	background-image:url(../images/home/enterboard.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:123px;
	height:57px;
}
a.eboard:hover {
	float:left;
	margin:0 auto;
	background-image:url(../images/home/enterboard.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:123px;
	height:57px;
}
/*************** FOOTER ***************/
#footer{
	clear:both;
	margin: 0 auto;
	padding:0px;
	width: 100%;
	height:70;
	background-color:#000000;
}
#footer .footerin{
	margin: 0 auto;
	padding:0px;
	width:980px;
	height:70px;
	font-size:0.6em;
	color: #666666;
}

