html, body {
	margin: 0;
	padding: 0;
}

@-webkit-keyframes fade-in {
	0%   { opacity: 0; }
	50%   { opacity: 0; }
	100% { opacity: 1; }
}

body {
	background: #FFF;
	font-family: georgia, times, serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: 1.5s;
}

a:link, a:visited {
	text-decoration:underline;
	color: #ff0000;	
}

p {
	margin-top: 0;
	line-height: 23px;
}


#wrapper {
	width: 600px;
	height: 100%;
	margin: auto;
	margin-top: 90px;
	border: 0px #222 solid;
	overflow: hidden
}

img{
border: 0;
}
