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

body {
	background: url(images/bg.png);
	font-family: Arial, Helvetica, sans-serif;
	} 
#container {
	height:400px;
	width: 600px;
	background: none;
	margin: 100px auto;
	}
#logo {
	height: 200px;
	width: 600px;
	background: url(images/logo.png);
	}
#content{
	padding-top: 50px;
	background: none;
	} 
#title {
	text-align: center;
	font-size: 2em;
	color:#666;
	}
#subtitle {
	text-align: center;
	font-size: 1em;
	color:#666;
	line-height:1.5em;
	}
#signature {
	text-align: center;
	font-size:.8em;
	color: #CCC;
	}
a:link, a:visited {
	text-decoration:none;
	color: #ccc;
	}
a:hover, a:active {
	text-decoration:underline;
	color:#666;
	}