* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 1.6;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	color: #FFFFFF;
}

/*--------------------------------------
              link style
--------------------------------------*/
a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.clear {
	clear: both;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


/*--------------------------------------
              basic layout
--------------------------------------*/



#wapper {
	background-image: url(../images/enter.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 100%;
	background-position:center top;
	position: relative;
	height: 100%;
}

#contents {
	height: 1000px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contents #btn {
	display: inline;
	position: absolute;
	left: 431px;
	top: 560px;
}
#contents #btn li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#contents p {
	position: absolute;
	left: 430px;
	top: 649px;
}
#contents #cpl {
	position: absolute;
	left: 430px;
	top: 672px;
}
#contents #menu {
	position: absolute;
	width: 390px;
	left: 893px;
	top: 562px;
}
#contents #menu ul {
	list-style-type: none;
	display: inline;
}
#contents #menu li {
	float: left;
}
/*--------------------------------------
           company
--------------------------------------*/
#company {
	color: #FFF;
	background-color: #3A071A;
}
#company h1 {
	font-size: 14px;
	text-align: center;
}
#company table {
	font-size: 12px;
	border: none;
}
#company table th {
	line-height: 2;
	text-align: left;
	width: 150px;
}
#company table td {
	width: 150px;
}
#company table td a {
	color: #F1046E;
}

