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

body {
	background-color: #121212;
	background-image: url("../img/bg1.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#logo {
	position:relative;
	z-index:10;
	width:180px;
	height:180px;
	top:300px;
	left:40%;
}