@charset  UTF-8;
@import  url(http://fonts.googleapis.com/css?family=Sintony);
@import url(http://fonts.googleapis.com/css?family=Cantarell:400,700italic);

/* CSS Document */
body {
    background-color: #666;
    text-transform: uppercase;
}

#wrapper {
    position: absolute;
    left: 50%;
    top: 14px;
    width: 940px;
    height: 1200px;
    z-index: 1;
    margin-left: -470px;
}

.fb-like {
	height: 300px;
	width: 450px;
	position: absolute;
	top: 565px;
	left: 44px;
}

#content {
	position: absolute;
	width: 532px;
	height: 580px;
	z-index: 2;
	left: 220px;
	top: 355px;
	font-family: Sintony, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}

#content img {
    border: medium solid #000;
}

#content a {
    color: #FC0;
}

#content a:hover {
    color: #FFFF00;
}
