@charset "utf-8";

/* reset */

:active, :focus {
	outline: none;
}

html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, img, table, tr, th, td, input, textarea {
	padding: 0;
	margin: 0;
	border: none;
	font: normal 12px 'segoe ui', arial, verdana, helvetica, sans-serif;
	color: #333;
}

ul, dl, ol {
	list-style: none outside none;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

/* basic */

body {
	margin: 0;
	padding: 0;
	background: #000;
}


.clr {
	clear: both;
}

/* default url */

a:link, a:active, a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline
}

/* wrap */

#wrap {
	width: 980px;
	height: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(../images/enter.jpg) top no-repeat;
}

/* enter */

.enter {
	width: 463px;
	height: 203px;
	margin: 340px 0 0 220px;
	padding: 0;
	background: url(../images/enter.png) no-repeat;
	float: left;
}


	.enter:hover {
		background: url(../images/enter_hover.png) no-repeat;
	}


	.enter a {
		width: 200px;
		height: 90px;
		margin: 70px 0 0 165px;
		padding: 0;
		display: block;
		float: left;
	}
	
/* icons */

.icons {
	margin: 0 0 0 390px;
	padding: 0;
	float: left;
}
