/* Global */

html, body {
	margin:0; 
	padding:0;
	}

.skip {
	left:-1500em;
	position:absolute;
	}

body {
	background:#000;
	color: #fff;
	text-align:center;
	font-family:
	}
	
/* Content */

div#wrapper {
	position:absolute; 
	top:15%; 
	left:7%; 
	width:80%; 
	}
	div#wrapper p.link {
		margin:25px 0;
		}
		div#wrapper p.link img {
			border:0;
			}
			
		
/* Footer */	

div#footer {
	padding-top:30px;
	}
	
	div#footer img {
		clear:both;
		}


	