* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	text-decoration: none;
	border: none;
}

body {
	-webkit-font-smoothing: antialiased;
	font: 14px/20px 'Helvetica', Arial, sans-serif;
}

.wrapper {
	width: 250px;
	margin: 60px auto;
}

h1 {

}

p {
	margin: 0 0 20px 0;	
}

a:link,
a:visited {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	color: #000;
	border-bottom: 1px solid #1e7afe;
}

img.skew {
	width: 500px;
	-webkit-transform: perspective(2000px) rotateY(40deg);
}

@media screen and (max-device-width: 480px) {
	.wrapper {
		padding: 0;
		margin: 0 auto;
		width: 100%;
	}
	h1 {
		float: none;
		margin: 20px auto 10px;
	}
	p {
		margin: 0 10px 10px;
	}
	ul {
		margin: 0 10px 20px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	h1 {
		background: transparent url(../img/bd@2x.png) no-repeat;
		background-size: 100px 100px;
	}
}
