	html,body {
		color: #444444;
		background-color: #ffffff;
		width: auto;
		height: auto;
		font-size: 10px;
		font-family: 'arial','tahoma','MS PƒSƒVƒbƒN',sans-serif;
		text-align: center;
	}
	
	/* Effect */
	a:link {
		color: #333333;
	
	}
	a:visited {
		color: #333333;
	}
	a:hover {
		color: #333333;
	}
	
	/* MainContents */
	div#wrapper {
		margin-top: -15px;
		width: 100%;
		height: 100%;
	}
	div#header {
		text-indent: -9999px;
	}
	div#mainContents {
		left: 50%;
		margin: auto;
		width: 800px;
	}
	div#footer {
		float: right;
		width: 800px;
		height: 14px;
	}
	span#news {
		position: static;
		float: left;
		font-size: 10px;
		color: #696969;
	}
	span#copyRight {
		float: right;
		font-size: 10px;
	}
