@charset "utf-8";
/* CSS Document */
/* RESET CSS */
* { margin:0px; padding:0px;}
ul, li { list-style:none;}
h1,h2,h3,h4,h5,h6 {margin:0px; padding:0px;}
::selection {
	background: #FF6600;
	color: #FFFFFF; /* Safari */
	}
::-moz-selection {
	background: #FF6600;
	color: #FFFFFF; /* Firefox */
}
img {border:none;}
a { text-decoration:none;}
.clear { clear:both;}
body {font-family:Tahoma, Georgia, "Times New Roman", sans-serif; font-size:62.5%; line-height:15px; background:#fff;}

/*WRAP_PAGE*/
div#wrap_page {
	font-size:1.1em;
	width:100%;
	margin:100px auto 0 auto;
	text-align:center;
}
#company {
	font-size:1.6em;
	color:#C00;
	font-weight:bold;
	margin-top:20px;
}
#line {
	height:23px;
	background:url(line.jpg) repeat-x top left scroll;
	margin-top:20px;
}
#info {
	margin-top:10px;
	color:#999;
	font-size:1.2em;
}
#info a {
	color:#C00;	
}
#footer {
margin-top:100px;
font-size:1.2em;
color:#999;
position:relative;
}
#footer #img_under {
	position:absolute;
	top:-44px;
	right:311px;
}

#footer #count_down_container {
	position:absolute;
	top:-59px;
	right:442px;
}
