* {
	margin: 0;
	padding: 0;
}

/* commented backslash hack \*/

html, body {
	height: 100%;
}

/* end hack */

body {
	font-size: 15pt;
	font-family: sans-serif;
	color: #fff;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}

#colorback {
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #333333;
	position: fixed;
	z-index: -2;
}

#content {
	float: left;
	padding: 30px;
}

a {
	color: #999;
}

a:hover {
	color: #fff;
}

#white-left {
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 10px;
	background: #fff;
}

#white-right {
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	width: 10px;
	background: #fff;
}

#white-top {
	height: 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}

#white-btm {
	height: 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
}

#flickr_badge_uber_wrapper {
	float: right;
	padding: 0px;
	text-align: right;
	background-color: white;
	border: 10px solid white;
}

#flickr_badge_wrapper {

}

.flickr_badge_image {
	margin: 0 0 10px 0;
}

.flickr_badge_image img {
	/*border: 2px solid white !important;*/
}

#flickr_www {
	display: block;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #3993ff !important;
}

#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	text-decoration: none !important;
	background: inherit !important;
	color: #FFFFFF;
}

#flickr_badge_wrapper {
	
}

#flickr_badge_source {
	padding: 0 !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #FFFFFF !important;
}