* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
}

body {
    font: normal 91%/1.2 Helvetica,Arial,Verdana,Sans-serif;
	background-color: #000;
	color: #999;
	padding-top: 30px;
	text-align: center;
}

#container {
	width: 400px;
	margin: auto;
	text-align: left;
	margin-bottom: 50px;
}

ul.menu {
	list-style: none;
}

ul.menu li, h1 {
	font-size: 4em;
	/*margin-top: 0.2em;
	margin-bottom: -0.1em;*/
	letter-spacing: -0.05em;
	line-height: 0.9em;
	font-weight: bold;
	color: #ccc;
}

ul.menu li:after, h1:after {
	content: ".";
	color: gold;
}

h1 {
	margin-bottom: 50px;
}

h2 {
	font-size: 2em;
	letter-spacing: -0.05em;
	line-height: 0.8em;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 1em;
}

p {
	margin-top: 1em;
}

ul {
	list-style: square;
	margin: 1em;
}

li a {
	color: #CCCCCC;
	text-decoration: none;
}

li a:hover {
	color: #999;
	text-decoration: none;
}

#kwick .opt1 {
	background: #000 url(images/01.jpg) ;
}

#kwick .opt2 {
	background: #000 url(images/02.jpg);
}

#kwick .opt3 {
	background: #000 url(images/03.jpg);
}

#kwick .opt4 {
	background: #000 url(images/04.jpg);
}

#kwick .opt5 {
	background: #000 url(images/abstract.jpg);
	border-right: 0;
}

#kwick .kwick a {
	display:block;
	width:200px;
	height:400px;
	text-indent:-999px;
}

