* {
	margin: 0;
	padding: 0;
}

html {
    height: 100%;
}

body {
	font-family: 'Helvetica', sans;
	height: 100%;
	font-size: 12px;
	background-color: #fff;
	color: #ccc;
}

#container {
	width: 780px;
    position: relative;
    min-height: 100%;
    margin: 0 auto;
}

#frontcenter {
	padding: 290px 0;
	width: 780px;
	text-align: center;
}

#places span {
	margin: 0 25px;
	font-size: 48px;
}

#places span.pink {
	margin: 0;
	color: #fb0375;
}

#contact {
	position: relative;
	top: 12;
	right: 320;
	text-align: right;
	color: #fb0375;
}

#contact a {
	color: #fb0375;
	text-decoration: none;
}

#footer {
	height: 83px;
	width: 390px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(scripty.png) no-repeat;
}

#footer span.pink {
	color: #1a000c;
}