* {
margin:0;
padding:0;
}

body {
	background-color: #000;
	background:url("/images/alu.png") repeat;
	font-family:'Homemade Apple', Arial, Helvetica;
	font-size: 12px;
	color: #555;
	margin:0 auto;
}

#centered {
margin:0 auto;
width: 1200px;
}

#container {
margin-top:100px;
height:800px;
}

div#container img {
	margin-top:70px;
	background-color:#fcfcfc;
	text-align: center;
	margin:0 auto;
	padding:25px;
	width: 900px;
	border-radius:10px;
	-moz-transform:rotate(5deg);
	-webkit-transform:rotate(5deg);
	-moz-box-shadow: 0px 2px 5px #555;
	-webkit-box-shadow: 0px 2px 5px #555;
	box-shadow: 0px 2px 5px #555;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/* .border {
border:30px solid #fcfcfc;

} */

div#container img:hover {
	margin-top:70px;
	background-color:#fcfcfc;
	text-align: center;
	margin:0 auto;
	padding:25px;
	width: 1000px;
	border-radius:10px;
	-moz-transform:rotate(1deg);
	-webkit-transform:rotate(1deg);
	-moz-box-shadow: 5px 8px 38px #333;
	-webkit-box-shadow: 5px 8px 38px #333;
	box-shadow: 5px 8px 38px #333;
		
}

div#container img {
width:900px;
height:515px;
}

div#container img:hover {
width:1000px;
height:615px;

}


.shadow {
		-moz-box-shadow: 0px 2px 5px #555;
		-webkit-box-shadow: 0px 2px 5px #555;
		box-shadow: 0px 2px 5px #555;
	}
	
.textshadow {
text-shadow: 0px 0px 1px #222;
}
.innershadow {
box-shadow: 0px -1px 1px #666;
border-radius:3px;
}

h1 {
margin-top:12px;
font-size:35px;
color:#555;
}

h2 {
font-size:16px;
}