html, body {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

p {
	margin: 0;
	padding: 0;
	text-align: justify;
}

input.text {
	height: 18px;
	border: solid 1px #888;
}

img {
	border: none;
}

.bold {
	font-weight: bold;
}


/* =============== Structure =============== */

#container {
	width: 100%;
	min-width: 968px;
	background: #fff url(images/background.jpg) no-repeat center 143px;
	margin: auto;
}

#header {
	height: 143px;
	min-width: 880px;
	background: #fff url(images/header.jpg) no-repeat center 0;
}

#content {
	width: 600px;
	height: 442px;
	margin: auto;
}	
* html #content { overflow:hidden; }

#footer{
	width: 968px;
	height: 25px;
	margin: auto;
}
* html #footer span{ float: left; }
* html #footer { width: 414px;}
*+html #footer span{ float: left; }
*+html #footer { width: 414px;}

#footer-content {
	width: 560px;
	margin: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12.5px;
	line-height: 31px;
	text-align: center;
	padding-top: 2px;
	position: relative;
	top: 30px;
}



/* =============== Content =============== */


#center {
	width: 100%;
	padding-top: 7px;
}


#home-content {
	background: url(images/content-bg.png) no-repeat scroll 0 0 transparent;
    height: 353px;
    padding-top: 25px;
    width: 600px;
}

#iframe {
	display: block;
	margin: 0 auto 0 auto;
}

.txtContent {
    height: 68px;
    margin-top: 5px;
    width: 600px;
}
.txtContent .soon {
	font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.txtContent a {
	color: #000;
	text-decoration: none;
}
.txtContent a:hover {
	text-decoration: none;
}






/* =============== Footer =============== */
#footer .txt {
	float: left;
	font-size: 11px;
	line-height: 120%;
	text-align: right;
	width: 80%;
}
#footer .links {
	float: left;
	width: 20%;
}

#footer a{
	height: 22px;
	background: transparent none no-repeat 0 top;
	text-decoration: none;
	display: block;
	float: right;
}
#footer a:hover{
	background-position: bottom;
}

#footer #facebook{
	width: 35px;
	background-image: url(images/btn-fb.png);
}
#footer #rss{
	width: 22px;
	background-image: url(images/btn-rss.png);
}
#footer #twitter{
	width: 38px;
	background-image: url(images/btn-twitter.png);
}
