body {
	background-color: #111;
	font-family: Segoe UI, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color; #eee;
	}

.content {
	width: 960px;
	margin: 0 auto;
	}

.clear {clear: both;}
		
.mulvid {
	margin-top: 50px;
	text-align: center;
	}
		
.link a:link		{color: #222; text-decoration: none;}
.link a:visited		{color: #222; text-decoration: none;}
.link a:hover		{color: #922; text-decoration: underline;}

.gry_link a:link	{color: #666; text-decoration: none;}
.gry_link a:visited	{color: #666; text-decoration: none;}
.gry_link a:hover	{color: #ccc; text-decoration: underline;}

.project_wrapper {
	width: 320px;
	height: 374px;
	padding: 0;
	margin: 0;
	float: left;
	background: url(../../content/img/polaroid_frame.png);
	background-repeat: no-repeat;
	position: relative;
}

.site_pic_pos {
	position: absolute;
	top: 56px; left: 58px;
}

.project_txt {
	width: 210px;
	height: 43px;
	line-height: 13px;
	overflow: hidden;
	position: absolute;
	top: 276px; left: 64px;
	color: #000;
}

#footer {
	clear: both;
	text-align: right;
	color: #666;
	border-top: solid 1px #666;
	margin: 15px 0;
	padding: 10px 0;
}

