@charset "UTF-8";
/* CSS Document */

body#black_bg {
	background-color: #000;
	
	
}
body#brokenwhite_bg {
	background-color:#FCFFF1;	
	
}

body#white_bg {
	background-color: #FFF;
	
}
body#gray_bg {
	background-color: #999;
}
body#red_bg {
	background-color:#F00;
	
}
body#green_bg {
	background-color:#1E4E0C;
	
}
body#rosa_bg {
	background-color:#FAE1EE;
	
}
#container{
	width:900px;
	height:660px;
	border:1px #000 solid;
	position:relative;
	top:20px;
	left:20px;
}
#container-vertical{
	width:900px;
	height:900px;
	border:1px #000 solid;
	position:relative;
	top:20px;
	left:20px;
}
#floater-container{
	position:absolute;
	top:60px;
	left:20px;
	width: 2000px;
}

#img_style1{
	position:relative;
	top:130px;
	left:50px;

}
#img_style2{
	position:relative;
	padding-top: 30px;
	padding-right: 120px;
	padding-bottom: 60px;
	padding-left: 30px;
}
#img_style3{
	background-color:#FFF;
	position:relative;
	top:130px;
	left:60px;
	
}
#img_style4{
	border:1px #000 solid;
	position:relative;
	top:140px;
	left:100px;
	
}
#img_style5 {
	position: relative;
	left: 100px;
	top: 140px;
}
#norand {
	border-color: #999;
}
.noorand {
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#img-float-left{
	float:left;
	padding-right: 10px;
}
#float-clearer{
	clear:both;
}

