@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
margin: 0; padding: 0; outline: none; color:#000; 
}

#wrapper {
	width: 600px;
	margin: 0 auto;
}
#header {
	width: 500px;
	height: 129px;
	margin: 50px auto 0;
}

#switch {
	margin: 30px auto 0;
	 
}

#switch a {
	margin: 0 auto;
	background: url(images/switch2.jpg) no-repeat 0 0;
	text-decoration: none;
	display: block;
	width: 152px;
	height: 277px; 
}

#switch a:hover, #switch a:active {
	background: url(switch2.jpg) no-repeat -152px 0;
}

#enter {
	width: 138px;
	height: 49px;
	margin: 30px auto 0;
}

#logo {
	width: 377px;
	height: 99px;
	margin: 20px auto 0;
}

