* { 
	margin:0;
	padding:0;
}

html, body { 
	height:100%;
}

body {
	background: url(images/intro/bg.jpg) top left repeat;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	font-family: Arial, sans-serif;
	color: #fef3e0;
}

#wrapper {
	width: 100%;
	background: url(images/intro/header_bg.jpg) top left repeat-x;
}

#header{
	width:951px; 
	height: 184px;
	margin:0 auto;
}

#content{
	width: 951px;
	margin: 0 auto;
}

#enter_exit{
	width: 600px;
	margin: 25px auto;
	text-align: center;
}

#enter_exit td{
	width: 250px;
	padding: 25px;
}

#footer{
	width: 951px;
	margin: 15px auto 40px auto;
}

p {
	line-height: 1.6
	margin-bottom: 10px;
	text-align:center;
}

a {
	color:#fff; 
	outline:none;
}

a:hover{
	text-decoration:none;
}


/*** other ***/

a img {
	border: none;
}
