@import url('reset.css');
body{
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: #fff;
	font-family: 'Courier New',Harrington,sans-serif;
	font-size: 13px;
}
header{
	width:100px;
	background-color:#222;
}
header nav{
	overflow:hidden;
}
header nav ul{
	width:100px;
	list-style:none;
	overflow:hidden;
	float:bottom;
}
header nav ul li{ 
font-size:1em;
float:right;
}
header nav ul li a{
	display:block;
	text-decoration:none;
	color:#fff;
	transition:ease background-color 1s;
}

.container{
	position:relative;
	opacity:1;
}
a{
	color:#fff;
	text-decoration:none;
}

.cover{
	position:absolute;
    top:0;
    left:0;
    width:100%;
	height:677px;
	overflow:hidden;
	background-color:rgba(20,20,20,0.9);
	text-align:center;
	vertical-align:bottom;
	z-index:2;
	
}

#pdiv {
	margin-top:250px;
	height:100px;
	
	
}
#pdiv p{
	font-size:2.7em;
	line-height:100px;
	font-family:Gill Sans MT Condensed;
	letter-spacing:50px;
	word-spacing:25px;
	color:rgba(255,255,255,0.97);
	/*color:rgba(200,90,90,1);   ......... THIS IS GULABI PINK*/
	text-align:center;
}
.content{
	opacity:1;
	position:absolute;
    width:580px;
    margin: 100px 400px;/* ?? responsible for positioning div content */
	background-color:rgba(25,10,29,0.3);
	/*background-color:rgba(44,227,247,0.3);*/
	/*border:6px solid #FFFFFF;*/
	z-index:1;
}
h1{
	margin:0px;
	padding:20px;
	font-size:42px;
	color:#000;
	text-align:left;
	font-weight:400;	
}

h1 span{
	font-size:22px;
	color:#ddd;
	padding-top:10px;
}

.more ul{
	text-transform:uppercase;
	font-size:11px;
	padding:50px 0px 30px 20px;
	height:30px;
	clear:both;
	font-family:'Arial Narrow',Arial,sans-serif;
	width:830px;
	margin:0 auto;
	color:#fff;
	
}

.more ul li{
	float:left;
	margin:0px 2px;
	cursor:normal;
}

.more ul li.selected a,
.more ul li.selected a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	text-shadow:1px 1px 1px #fff;
	color:#555;
	background:#f7f7f7;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	box-shadow:1px 1px 2px rgba(0,0,0,0.6);
}
.more ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}