@CHARSET "UTF-8";

body
{
	
	background-color : #ffffff;
	font-family: segoe ui, arial;
	font-size: 12px;
	color: black;
	text-align: center;
	margin : 0px;	
}

#header
{
	width: 1024px;
	margin-left: auto;
 	margin-right: auto;
	height : 60px;
	display : block;
	overflow:hidden;
	text-align : left;
	z-index:2500;	
}
#footer
{
	width: 1024px;
	height: 100px;
	margin-left: auto;
 	margin-right: auto;
	text-align : left;	
}
#contents
{
	width: 1024px;
	margin-left: auto;
 	margin-right: auto;
	text-align : left;	
	font-family: segoe ui, arial;
	font-size: 14px;
	color: black;
}	
#buttons
{
	text-align : right;	
}
#welcome
{
	width: 100%;
	height: 212;
	background-image: url(html/images/bg_main.png);	
}

