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


body {
	background-color: #ffffff;
	background: url(NY_br.png) no-repeat;
	}

a:link {
	color: #999999;
	text-decoration:none;
	}
a:visited {
	color: #999999;
	text-decoration:none;
	}	
		
	
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	color: #999999;
	}
	
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	color: #999999;
	}

h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #999999;
	}	
	
h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #999999;
	}	
	
span.red {
	color:red;
	}	


#wrapper { 
	width:300px; 
	min-width: 250px;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 50px;
	padding: 50px 50px 50px 50px;
	overflow: hidden;
	}
	
#contacts { 
	margin-top: 75px;
	margin-left: auto; 
	margin-right: auto;
	overflow: hidden;
	}	

#logo { 
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	
	}

#name { 
	margin-top: 0px;
	margin-bottom: 0px;
	}	

#social_link { 
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	}

#back_link { 
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	}	
	
#footer { 
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	}	
