@charset "UTF-8";
html,
body {
	height: 100%;
	margin:0;
	padding:0;
	}

body {
	position: relative;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(img/back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}


#content {
	position:absolute;

	height: 300px;
	width: 822px;
	padding:0;
	left: 0;
	top: 0;
	bottom: 0;
	right:0;
	margin: auto;
	}
	
#box {
	
	box-shadow:10px 0px 30px #000000;
	-webkit-box-shadow: 0px 0px 30px #000000;
	-moz-box-shadow: 0px 0px 30px #000000;
	filter:DropShadow(color=#C0C0C0, offx=0, offy=0);
}

#content div{
	position:relative
	cursor:pointer;
	float:left;
	padding: 0;
	padding-bottom:100px;
	}
	
#adobe {
	width:800px;
	height:50px;
	padding: 0;
	margin:0;

	}
	

	

