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

/** 
 *Common style rules
 */
* {
  margin:0;
  padding:0;   
}

html {
  background:#d9342c; 	
}

a {
  color: #555;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
    font-family: 'MoolBoranRegular';
    src: url('../fonts/moolbor-webfont.eot');
    src: url('../fonts/moolbor-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/moolbor-webfont.woff') format('woff'),
         url('../fonts/moolbor-webfont.ttf') format('truetype'),
         url('../fonts/moolbor-webfont.svg#MoolBoranRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fontface { font-family:'MoolBoranRegular', 'Times New Roman', Times, serif, Geneva, sans-serif; }


body { 
  color: #ccc; 
  font: normal 1em Verdana, Geneva, sans-serif;
}


#container {
  margin: 0 auto; 
  width: 1000px;
  height: 100%;
  position: relative;  
  background: url(../imgs/main_img.jpg) no-repeat top left;
  top: 50px;
}

#social-icons {
  margin: 0 auto; 
  width: 600px;
  height: 100%;
  position: relative;  
  margin-top: -30px;
  margin-left: 110px;

}



/** 
 * Style rules for main page
 */
#content {
	margin: 0 auto;
	margin-top: 743px;
	text-align: center;
	position: relative;
	width: 900px;
	height: 750px;	
}

#pinfo {
	position: absolute;
	text-align: left;
	width: 300px;
	height: 200px;
	margin-top: -212px;
	margin-left: 530px;
	color: #333;
	font-size: .8em;
	z-index: 20;
}

#pinfo-side {
	position: absolute;
	margin-left: 150px;
	top: 0px;	
}

#pinfo b {
	color: #802776;
}

#ss {	
	position: relative;
	left: 19px;
	top: 20px;
	width: 883px;
	z-index: 50;
	clear: both;
}

#not-final {
	position: relative;
	font-size: 0.8em;
	color: #969288;	
	margin-bottom: 20px;
	margin-left: -110px;
}

/** 
 * Style rules for footer area
 */
/*----------------------------------------------------------

footer

----------------------------------------------------------*/
#footer {
}

.copyright {
	float: right;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

.copyright img {
	padding: 5px;
	margin-bottom: 4px;
}


