@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}

#container {
	min-height: 100%;
	width: 380px;
	text-align: center;
	height: 100%;
}
p {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.left-shadow {
	background-image: url(../images/left-shadow.png);
	background-repeat: repeat-y;
}
.right-shadow {
	background-image: url(../images/right-shadow.png);
	background-repeat: repeat-y;
}
