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

*{
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
}

body {
	font-size: 100%;
	line-height: 160%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c8c8c8), color-stop(0.51, #939392), color-stop(0.00, #c8c8c8));
	background: -webkit-linear-gradient(top, #c8c8c8 0%, #939392 51%, #c8c8c8 100%);
	background: -moz-linear-gradient(top, #c8c8c8 0%, #939392 51%, #c8c8c8 100%);
	background: -o-linear-gradient(top, #c8c8c8 0%, #939392 51%, #c8c8c8 100%);
	background: -ms-linear-gradient(top, #c8c8c8 0%, #939392 51%, #c8c8c8 100%);
	background: linear-gradient(top, #c8c8c8 0%, #939392 51%, #c8c8c8 100%);
}

#container {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background-image:url(images/bg.png);
}
body > #container {
	height: auto;
}


.demo p {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 320px;
height: 320px;
display: block;
filter: inherit;
}
