*{margin:0px; padding:0px;}

body{
	background:url('content/wallstardarkmr.jpg') no-repeat fixed center center;
	background-size:cover;
	font-family: 'Raleway Dots', cursive;
	font-family: arial;
	text-transform:uppercase;
	font-size:0.7em;
	color:white;
}

a{
	text-decoration:none;
	color:inherit;
}

h1{
	font-size:1.2em;
	margin-top:2%;
}

iframe{
	width:260px;
	height:125px;
	display:none;
}

.wrapper{
	width:380px;
	height:460px;
	margin:auto;
	overflow:hidden;
}

.header{
	width:inherit;
	height:90px;
	position:relative;
}

.header img{
	position:absolute;
	z-index:10;
	top:20px;
	left:-6px;
	width:300px;
	display:none;
}

.menu{
	position:absolute;
	width:380px;
	height:42px;
	right:0px;
	bottom:12px;
	z-index:10;
}

.menuitem{
	height:inherit;
	width:28%;
	border:1px solid grey;
	float:left;
	text-align:center;
	line-height:42px;
	color:white;
	margin-left:12px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
}

.menuitem ul{
	width:100%;
	height:inherit;
}

.menuitem li{
	list-style:none;
	width:100%;
	height:inherit;
}

.menuitem li:nth-child(n+2){
	border-bottom:1px solid grey;
	background:rgba(0,0,0,0.8);
	display:none;
}

.slider{
	width:100px;
	height:100px;
}

.page{
	width:100px;
	height:100px;
	float:left;
	position:relative;
	border-top:1px solid grey;
	border-bottom:1px solid grey;
}

.article{
	width:370px;
	height:570px;
	border-top:0px solid grey;
	border-bottom:0px solid grey;
	position:absolute;
	top:1%;
	left:1%;
	text-align:center;
}

.photo{
	width:230px;
	height:220px;
	border:1px solid grey;
	border-radius: 10px
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:10px 0px 40px rgba(255,255,255,0.1);
	position:absolute;
	top:21%;
	left:2%;
	display:none;
}

.photo img{
	height:inherit;
	width:inherit;
	border-radius: 10px
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.info{
	width:230px;
	height:220px;
	border-top:1px solid grey;
	border-bottom:1px solid grey;
	position:absolute;
	top:20%;
	right:18%;
	text-align:center;
	font-size: 0.75em;
}

.decor1{
	width:120px;
	position:absolute;
	left:102px;
	top:-60px;
	display:none;
}

.decor2{
	width:120px;
	position:absolute;
	left:102px;
	bottom:-40px;
	display:none;
}

.decor3{
	width:120px;
	position:absolute;
	left:300px;
	top:-40px;
	display:none;
}

.decor4{
	width:120px;
	position:absolute;
	left:300px;
	bottom:34px;
	display:none;
}

.poster{
	width:inherit;
	opacity:0.03;
}

.poster{
	width:inherit;
	opacity:0.03;
}