@charset "UTF-8";
/* CSS Document */
html {
	height:100%;
	overflow:hidden;
}
body {
	height:100%;
	background:#FFF url(pattern.jpg) repeat-x 0 0;	
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#232323;
}
a {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #690;
}
#logo {
	width:116px;
	height:116px;
	background:url(logo.gif) no-repeat 0 0;
	position:fixed;
	right:20px;
	top:60px;
}
#container {
	width:100%;
	height:100%;
	text-align:center;
}
#nav {
	position:fixed;
	top:0;
	left:0;
	background-color:#222;
	padding:10px;
	width:100%;
}
h1 {
	font-size:56px;
	line-height:58px;
	margin:20px 0 12px 0;
	padding:10px 0 0 0;
	border-top:6px solid #bbb;
}
ul {
	margin:0;
	padding:0;
	width:600px;
	height:360px;
	overflow:auto;
	overflow-x:hidden;
}
li {
	font-size:42px;
	font-weight:bold;
	color:#666;
}
#no-script {
	margin:auto;
	width:600px;
	height:550px;
	overflow:hidden;
	text-align:left;
}
#projects {
	margin:auto;
	width:700px;
}
.requires {
	color:#F39;
}