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



*{
	margin: 0px;
	padding: 0px;
	background-color: #000;	
}

#bg{
	background-repeat: repeat;
	height: auto;
	width: auto;
	}

	
#container{
	width:400px;
	height:485px;
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/7027web-zerkface.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}