/* ----------------------------------------------------
	C O M M O N
------------------------------------------------------*/

* {
	border: none;
	margin: 0;          /* top, right, bottom, left */
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

ul, ol, li {
	list-style: none;
}


/* ----------------------------------------------------
   P A G E
------------------------------------------------------*/

html, body {
	background-color: #ffffff;
	color: #000000;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

html {
/*	overflow: hidden;  */
}


/* ----------------------------------------------------
	W R A P P E R
------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 962px;
}


/* ----------------------------------------------------
	C O N T A I N E R
------------------------------------------------------*/

#container {
	background: url(../images/nyito/container.jpg) #ffffff left top no-repeat;
	height: 525px;
	margin-top: -262px;
	position: absolute;
	top: 50%;
	width: 962px;
}

/* ----------------------------------------------------
	C O N T E N T S
------------------------------------------------------*/

#contents {
	display: inline;
	float: left;
	height: 525px;
	position: relative;
	width: 962px;
}

#contents h1#logo {
	display: block;
	font-size: 10px;
	height: 40px;
	overflow: hidden;
	position: absolute; left: 565px; top: 285px;
	text-indent: -500em;
	width: 165px;
}

#contents p#enter {
	color: #a5a5a5;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	position: absolute; left: 690px; top: 430px;
}

#contents p#enter a {
	color: #a5a5a5;
}

#contents p#enter a:hover {
	color: #d51e1e;
}
