body {
	background-image: url("img/halftone.png");
	font: 12px Verdana, sans-serif;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #55f;
}

a:hover {
	color: #aaf;
}


@font-face {
    font-family: 'nocker';
    src: url('NOCKC___.TTF');
}

#center {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background: white;
    box-shadow: 2px 2px 20px #641;
    
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#top {
    width: 600px;
	background-image: url("img/top.png");
	background-size: 600px;
	background-repeat: no-repeat;
	height: 90px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-bottom-style: 0px;
    margin-top: 20px;
}

#title {
    width: 600px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: 1px solid;
    border-left-style: none;
    border-right-style: none;
}

h1 {
    //font-family: nocker;
    font-family: Ariel, sans-serif;
    font-size: 30px;
    padding: 0px;
    margin: 10px;
}

#content {
    width: 600px;
    height: 460px;
    margin-top: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#left {
	float:left;
	
	background-image: url("img/bottom.png");
    width: 300px;
	background-size: 300px;
	background-repeat: no-repeat;
	height: 100%;
	
    border-bottom-left-radius: 20px;
}

#right {
	float: right;
	position: relative;
	width: 300px;
    background: white;
	height: 100%;
    border-bottom-right-radius: 20px;
}

.content-item {
    margin-left: 40px;
    margin-right: 40px;
	margin-top: 30px;
}

#gfb img {
	margin-top: 10px;
}

#facebook {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
