/* Reset styles----------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; }
address,caption,cite,code,dfn,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
abbr,acronym { border: 0; }

/* Body -------------------------------------------------------------- */

body {
	background: #000 url("../images/stalker-2.jpg") no-repeat top right scroll;
	color: white;
	padding: 30px;
	font-family: georgia, arial, sans-serif;

}

#container {
	width: 400px;
	-webkit-transform: rotate(-1deg); 
	z-index: 100;
	position: relative;
}
h1 {
	font-size: 60px;
}
h2 {
	margin-top: 40px;
	margin-bottom: 10px;
}
p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 20px;
}
a { 
	color: #AA7F69;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul { margin-left: 2px; }
li {
	list-style: none;
	font-size: 20px;
	margin-bottom: 10px;
}
.hidden {display: none; visibility: none;}

#background { 
	background: black; 
	position: absolute;
	top: 15px;
	left: 15px;
	opacity: 0.75;
	padding: 15px;
	z-index: -1;
	-moz-border-radius: 8px 8px 8px 8px ;
}