
body {



	background-color: #000;

	margin: 10;

	padding: 0;

	color: #000;

}
.text {font-family:Verdana, Helvetica, sans-serif; font-size:13px;  line-height:150%; font-size:12px; color:#42413C; line-height:150%}
.text h1 {font-size:26px; text-align:center; color:#414816; margin-top:5px;}
.text h2 {font-size:16px; color:#414816}
.text h3 {font-size:14px; color:#414816}
.text a{color:#42413C;}
.text a:hover {color:#6E6C64; text-decoration:none; }



#container {
text-align:center;

	width: 700px;

	background-color: #000;

	margin: 200px auto; 

}



.topimage img,.topimage2 img, .leftimage img, .leftimage2 img, .leftimage3 img,.rightimage img{
	border: 8px solid white;
	border-radius: 5px; 
	overflow: hidden;
	box-shadow: 0px 0px 10px black; 
}
.topimage{
	position:fixed;
	top:60px;
	left: 50%;
	margin-left: 250px;

	z-index: 370;

}

.topimage img
{
	transform:rotate(-20deg);
	-ms-transform:rotate(-20deg); /* IE 9 */
	-webkit-transform:rotate(-20deg); /* Safari and Chrome */

}
.topimage2{
	position:absolute;
	top:70px;
	left: 50%;
	margin-left: -170px;

	z-index: 150;
}
.topimage2 img
{
	transform:rotate(20deg);
	-ms-transform:rotate(20deg); /* IE 9 */
	-webkit-transform:rotate(20deg); /* Safari and Chrome */


}
.leftimage{
	position:fixed;
	top:100px;
	left: 50%;
	margin-left: -660px;

	z-index: 200;

}
.leftimage img
{
	transform:rotate(-10deg);
	-ms-transform:rotate(-10deg); /* IE 9 */
	-webkit-transform:rotate(-10deg); /* Safari and Chrome */

}

.leftimage2{
	position:fixed;
	top:380px;
	left: 50%;
	margin-left: -620px;

	z-index: 5;
}
.leftimage2 img
{
	transform:rotate(20deg);
	-ms-transform:rotate(20deg); /* IE 9 */
	-webkit-transform:rotate(20deg); /* Safari and Chrome */

}
.rightimage {
	position:fixed;
	top:350px;
	right	: 50%;
	margin-right: -670px;

	z-index: 7;
}
.rightimage img
{
	transform:rotate(20deg);
	-ms-transform:rotate(20deg); /* IE 9 */
	-webkit-transform:rotate(20deg); /* Safari and Chrome */

}


