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

body {

background-color: #000;
}

a:active, a:focus {outline: 0;}

a:link {
	color:#C03;
	text-decoration: none;
	}    

a:visited {
	color:#000;
	text-decoration: none;
	}  

a:hover {
	color: #C03;
	text-decoration: none;
}

a:active {
	color:#C03;
	text-decoration: none;
	}
	
#background{
	position:absolute;
	top: 50%;
	left: 50%;
	width:1280px;
	height:800px;
	margin-top: -400px; /*set to a negative number 1/2 of your height*/
	margin-left: -640px; /*set to a negative number 1/2 of your width*/
	background-image: url(images/paper.jpg);
}

#Logo {
	z-index: 2;
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 85px;
}

#logocurrent {
	z-index: 2;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 85px;
}

#pornistan  {
	float: left;
	padding-top: 32px;
	position: relative;
}

#hijabi  {
	float: right;
	padding-top: 32px;
	position: relative;
}


#links {
	width: 468px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#links2 {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
}

#linkscurrent {
	width: 468px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}

#links2current {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
}

#twitter {
	float: left;
	width: 35px;
	position: relative;
}

#instagram {
	float: right;
	width: 35px;
	position: relative;
}

#facebook {
	float: left;
	width: 30px;
	position: relative;
}

#facebook2 {
	float: right;
	width: 30px;
	position: relative;
}




#currentproj  {
	font-family: cantata-one;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: medium;
	padding-bottom: 3px;
	font-size: 24px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#email  {
	font-family: cantata-one;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	float: left;
	text-align: center;
	padding-top: 22px;
	position: relative;
}
#email2  {
	font-family: cantata-one;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	float: right;
	text-align: center;
	padding-top: 22px;
	position: relative;
}
