@CHARSET "ISO-8859-1";

html,body {
	margin:0px;
	padding:0px;
	font-family:arial,verdana;
}
#container {
	margin:	48px auto;
	width:	800px;
	background:	#fe5478;	
}

#background {
	position:	absolute;
	z-index:	-1;
	font-size:	8px;
	line-height:8px;
	text-align:justify;
}

.clear {
	line-height:0px;
	font-size:	0px;
	clear:both;
}

.randompic {
	float:	left;
	text-align:center;
	display:inline;
	margin:5px;
}

.randompic img {
	border:	0;
}

.randompic a {
	text-decoration:none;
	color:#fff;
}