/* Gatech page stylesheet */

*
{
	margin: 0px;
	padding: 0px;
	background: #444;
}


/* Basic formatting */
p, li
{
	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: 18px;
	color: #FFE;
	padding-left: 5px;
}


/* Layout */
html, body
{
	height: 100%;
}

div#wrapper
{
	position: relative;
	min-height: 100%;
}

div#header
{
	position: absolute;
	background: url( computers.gif ) repeat-x top left;
	left: 0px;
	top: 0px;
	height: 50px;
	width: 100%;
}

div#footer
{
	position: absolute;
	background: url( humans.gif ) repeat-x bottom left;
	bottom: 0px;
	left: 0px;
	height: 50px;
	width: 100%;
}

div#content
{
	position: absolute;
	top: 33%;
	left: 12%;
	margin: 0px auto;
	min-width: 600px;
}


div#content div#name
{
	float: left;
	width: 170px;
	padding-right: 30px;
	text-align: right;
}

div#whois
{
	float: left;
	width: 360px;
	padding-top: 15px;
}

div#navi
{
	float: left;
	width: 110px;
	padding-top: 15px;
	padding-left: 30px;
}


/* Lists */
ul
{
	list-style-type: none;
}


/* Links */
a
{
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #FFF;
}

div#name p
{
	font-size: 50px;
	line-height: 57px;
}

#morelink
{
	font-size: 12px;
	line-height: 18px;
	margin-left: 10px;
	text-decoration: none;
}

a#morelink:hover
{
	text-decoration: underline;
}
