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

body {
	background-color:#0a0a0a;
	margin:0;
	padding:0;
	color:#7c7c7c;
}


#background_profile {
	width:1900px;
	height:1059px;
	margin:auto;
	margin-top:30px;
	background-image: url("http://truedragonblood.ucoz.com/Website/forum_background.jpg");
	background-color:none;
	}
	
#filler_profile {
	width:1900px;
	height:6px;
	background-color:none;
}	
	
#content_profile {
	width:700px;
	height:986px;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
	background-color:black;
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.8);
	color:#7c7c7c;
	font-family:"Myriad Pro", Arial;
	overflow: auto;
	overflow-x:hidden;
}

#footer_profile {
	width:1888px;
	height:18px;
	padding:6px;
	background-color: none;
	text-align:right;
	font-size:10px;
	font-family:"Myriad Pro", Arial;
	color:#7c7c7c;
	
	}	
	
#overlay {
	width:1900px;
	height:300px;
	position: absolute;
	background-color:pink;
}
	
#load_screen{
	background: #000;
	opacity: 1;
	position: fixed;
    z-index:10;
	top: 0px;
	width: 100%;
	height: 1600px;
}

div#load_screen > div#loading{
	color:#FFF;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	width:120px;
	height:24px;
	margin: 300px auto;
}	

::-webkit-scrollbar { 
 width: 12px; 
} 
::-webkit-scrollbar-track { 
 background-color: #3c3c3c; 
 border-left: 1px solid #3c3c3c; 
} 
::-webkit-scrollbar-thumb { 
 background-color: #222222; 
} 
::-webkit-scrollbar-thumb:hover { 
 background-color: #222222; 
} 

/* unvisited link */
a:link {
    color: #d1d1d1;
	text-decoration:none;
}

/* visited link */
a:visited {
    color: #d1d1d1;
	text-decoration:none
}

/* mouse over link */
a:hover {
    color: #7c7c7c;
	text-decoration:none
}

/* selected link */
a:active {
    color: #d1d1d1;
	text-decoration:none
}


