@charset "UTF-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, address, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background:#fff url(images/bongo.gif);
	background-attachment:fixed;
	color: #000;
}

table{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

a{
	text-decoration: underline;
	color:#000;
}

a:hover{ text-decoration: none;

}

a:active
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}

a
{
  outline: none;
}


a img{
	border: 0;
}

p{
	padding: 10px 0 5px;
}

#wrapper{
	width: 1024px;
	margin: 0px auto;
	/*padding_auto*/
	overflow:hidden;
	text-align: left;
	background: #fff;
}

#enter_img{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height:600px;
	background: #fff;
}

