* { margin: 0; padding: 0; }

body {
	background: url(../img/intro/bg/body.gif) top repeat-y #f4f4f4;
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 21px;
	}

a { text-decoration: none; }
ul { list-style: none; width: 350px; margin: 250px 0 0 0; float: left; }
li { margin-left: 20px; background: url(../img/intro/icons/list_fill.gif) no-repeat; padding: 0 0 15px 30px; }

#container {
	margin: 0 auto;
	width: 980px;
	height: 705px;
	overflow: hidden;
	background: url(../img/intro/bg/container.jpg) no-repeat 292px 0;
	}

.enter {
	list-style: none;
	padding: 60px 0 0 28px;
	float: left;
	}
	.enter li { background: none; margin-left: 0; padding: 0; }
	.enter li a { width: 224px; height: 91px; display: block; }
	.enter li a:hover { background: url(../img/intro/bg/enter.jpg); }
