body
{
	font-family: Arial, Dotum, MS Sans Serif;
	font-size: 10pt;
	background-color: #e1e1e2;
}

#page-wrapper
{
	width: 600px;
	height:300px;
	margin: 50px;
	text-align: left;
}

#main
{
	background-color:White;
	padding-left:50px;
	padding-right:50px;
	padding-top:30px;
	padding-bottom:30px;
}

#footer
{
	width: 600px;
}

#Header
{
	width:500px;
	height:60px;
	position:relative;
}

#Header Img
{
	float:left;
}

#Header p
{  
 position:absolute;
 font-size:8pt;
 color:#555555;
 bottom:5px;
 right:5px;
}

#Content
{
	width:500px;
	border:solid 1px #0b198c;
	background-color: #f5f5ff;
}

#Content .Title
{
	width:100%;
	padding-left: 10px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#738fbf;
	color:White;
	font-size:11pt;
}

#Content .Body
{
	line-height:20px;
	padding-top: 10px;
	padding-left: 15px;
}

#Content .DownloadImg
{
	float:right;
	border:0px;
}

#footer .CountDownArea
{
	float:right;
	FONT-SIZE: 11px; 
	WIDTH: 500px; 
	COLOR: #666666; 
	BORDER-TOP-STYLE: none; 
	LINE-HEIGHT: 1.6; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	HEIGHT: 13pt; 
	BACKGROUND-COLOR: transparent; 
	BORDER-BOTTOM-STYLE: none;
	text-align:right;
}




A.Blue:link, A.Blue:visited {color:blue ;cursor:hand;text-decoration:none}
A.Blue:active, A.Blue:hover {color:blue ;cursor:hand;text-decoration:underline}

