body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url('../images/bg.gif');
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	color: #333;
	font-weight: 100;
	font-style: italic;
}

#flickr_div {
	width: 500px;
	height: 330px;
	margin: auto;
	margin-top: 15px;
	background-color: #000;
}

#flickr_count {
	width: 470px;
	margin: auto;
	margin-top: 15px;
	font-size: 12px;
	color: #ff358b;
	padding: 15px;
	font-style: italic;
	background-color: #000;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
#container {
	margin-left: 100px;
	width: 500px;
	text-align: center;
	padding: 50px;
	background-color: #f5f5f5;
}
.credit {
	font-size: 1.5em;
}
.code {
	font-size: 0.5em;
	padding: 20px;
	background-color: #000;
	text-align: left;
	color: #01b0f0;
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
}
.title {
	color: #01b0f0;
	text-align: left;
}
.left {
	text-align: left;
}
.download {
	border: 1px solid #333;
	padding: 20px;
	font-size: 1.5em;
}
.grey {
	color: #666;
}

#credit {
	position: fixed;
	top: 8px;
	left: 0px;
	float: right;
	font-size: 10px;
	font-family: Verdana;
	line-height: 18px;
	background-color: #f5f5f5;
	padding: 5px;
}

#credit a {
	color: #01b0f0;
	text-decoration: underline;
}

#twt {
	left: 176px;
	position: absolute;
	top: 34px;
	z-index: 5000;
}
