img {
	border: 0px;
}
body, html { 
	background: #305060;
}
#bg {
	position: absolute;
	top: 0;
	left: 0;
/* 	height: 100%; */
	width: 100%;
	height: 100%;
	z-index: -9;
	background-color: #ac92ae;
}
#bg img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#container { 
	width: 780px;
	margin: 10px auto; 
	color: #ff7000; 
	font-family: Helvetica, Arial, sans-serif;
	min-height: 600px;
}
.thing {
	border: 2px solid #3d566c;
	background: #5f788e;
	width: 92px;
	margin: 0;
	padding: 7px;
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
	overflow: hidden;
	float: left;
	margin-left: 15px;
	min-height: 130px;
/*
	-webkit-box-shadow: #999 1px 1px 3px;
	-moz-box-shadow: #999 1px 1px 3px;
*/
}
.thingtitle {
	color: #fff;
	text-shadow: 1px 1px #000;
	padding-left: 23px;
	line-height: 20px;
	margin-bottom: 10px;
	text-decoration: none;
	padding-bottom: 8px;
	margin-bottom: 8px;
	display: block;
	border-bottom: 1px dotted #4f687e;
}
.thingtitle:hover {
	text-decoration: underline;
}
.thing div a, #twitter_update_list li {
	width: 90px;
	height: 90px;
	-webkit-border-radius: 8px;
	margin-top: 10px;
	display: block;
	opacity: 0.6;
	border: 1px solid #4f687e;
	text-align: center;
	overflow: hidden;
}
.thing div a:hover, #twitter_update_list li:hover {
	border-color: #bfc8ee;
}
.thing div a img {
	-webkit-border-radius: 8px;
	overflow: hidden;
}
.thing div a:nth-child(2), .thing div a:nth-child(3), .thing div a:nth-child(4)  {
	display: none;
	opacity: 0;
	height: 1px;
}
#twitter_update_list li:nth-child(2), #twitter_update_list li:nth-child(3), #twitter_update_list li:nth-child(4)  {
	display: none;
	opacity: 0;
	height: 1px;
}
h1 {
	color: #aaa;
	text-shadow: 1px 1px #000;
	font-weight: bold;
	font-size: 30px;
	display: block;
	text-align: center;
	padding-right: 12px;
}
#flickr {
	display: none;
}
#photos a img {
	margin-top: 7px;
}
#twitter_update_list {
	font-size: 9px;
	color: #000;
	list-style: none;
	padding: 0;
	margin: 0;
}
#twitter_update_list a {
	display: inline;
}
#twitter_update_list li {
	overflow: hidden;
	height: 90px;
	opacity: 0.6;
	margin-top: 10px;
	border: 1px solid #4f687e;
	-webkit-border-radius: 8px;
	background: #fff;
	text-align: left;
	padding: 2px;
	width: 86px;
	line-height: 10px;
}
#twitter_update_list li:not(:first-child) {
	display: none;
	height: 0px;
}
#twitter_update_list li a {
	margin-left: 2px;
}
#twitter_update_list li span {
	margin: 2px;
	display: block;
	cursor: default;
}
#twitter_update_list li span a, #twitter_update_list li a {
	color: #000;
	text-decoration: none;
	border: none;
	font-style: italic;
}
#contact a {
	line-height: 88px;
	color: #222;
	text-shadow: 1px 1px #fff;
	text-decoration: none;
	background: #bff8ee;
}
#photos a {
	background: #4f687e;
}
