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

a {
  outline: none;
}
body {
	background-color:#000;
	}
	
#page {
	height:960px;
	width:1054px;
	margin:auto;
	}
#flash {
		margin-left:15px;
		margin-right:15px;
		}

#top {background-image:url(images/top_bg.jpg);
		width:1054px;
		height:15px;
		}

#left {background-image:url(images/left_bg.jpg);
		width:15px;
		height:960px;
		float:left;
		}

#right {background-image:url(images/right_bg.jpg);
		width:15px;
		height:960px;
		float:right;
		
		
		}

#footer {
	height:360px;
	width:1024px;
	background-image:url(images/creds.jpg);
	margin-left:15px;
	margin-right:15px; 
	}

a#facebook {
	position:absolute;
	margin-left:775px;
	margin-top:60px;
	width:215px;
	height:70px;
	}

a#share {
	position:absolute;
	margin-left:900px;
	margin-top:14px;
	
	}

a#twitter {
	position:absolute;
	margin-top:55px;
	margin-left:55px;
	width:215px;
	height:70px;
	}
	
a#mail  {
	position:absolute;
	margin-top:17px;
	margin-left:45px;
	width:215px;
	height:25px;
	
	}