* {
	margin:auto;
	padding:0;
	}
	
a:link {
	text-decoration:none;
	color:#c4c4c4;
	}

a:visited{
	text-decoration:none;
	color:#c4c4c4;
	}

a:hover {
	color:#9bc218;
	}

body {
	background:url('images/bg.gif') repeat-y #000000;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c4c4c4;
	}

#container {
	width:774px;
	height:auto;
	}

#header {
	width:774px;
	height:96px;
	background:url('images/header.gif');
	}

#header ul {
	float:right;
	padding-right:15px;
	padding-top:15px;
	}

#header ul, li {
	display:inline;
	font-size:16px;
	}

#content {
	width:774px;
	height:600px;
	}
	
#bodytext {
	float:left;
	width:584px;
	line-height:2.0em;
	padding:15px;
	text-align:center;
	}

.thumbnail {
	margin:2px;
	border:none;
	}

.intro {
	padding-bottom:15px;
	}

#skyscrapper {
	float:right;
	height:600px;
	width:160px;
	}

#footer {
	width:744px;
	clear:left;
	height:70px;
	padding:15px;
	text-align:center;
	}

#footer li {
	font-size:12px;
	}
	
.bar {
	padding-bottom:10px;
	}