* {
		margin: 0;
		padding: 0;
		} 

html,body {
		height: 100%;
		background-color: #000;
		background-image: url(img/space.gif);
		background-repeat: repeat;
		}

#container {
		min-height: 100%;
		margin-right: auto;
		margin-left: auto;
		width: 546px;
		text-align: center;
		background-color: #000;
		background-image: url(img/bg-cont.jpg);
		background-repeat: repeat-y;
		border: 0px;
		}

#belowthebottom {
		height: 30px;
		clear: both;
		}

#bottom{
		width: 546px;
		height: 90px;
		background-color: #000;
		background-image: url(img/bg-cont.jpg);
		background-repeat: repeat-y;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}

h1 {
		font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
		font-size: 13px;
		color: #81ccdb;
		padding: 15px 60px 0px 60px;
		line-height: 13px;
		width: 420px;
		text-align:left;
		}

p {
		font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
		font-size: 11px;
		color: #FFF;
		padding: 15px 60px 5px 60px;
		line-height: 12px;
		width: 420px;
		text-align:left;
		}
		
p.bottom {
		font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
		font-size: 11px;
		color: #FFF;
		padding: 15px 60px 0px 60px;
		line-height: 12px;
		width: 420px;
		text-align:center;
		}

a:link {
		font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
		font-size: 11px;
		color: #52808e;
		text-decoration: none;
		line-height: 12px;
		}

a:visited {
		font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
		font-size: 11px;
		color: #52808e;
		text-decoration: none;
		line-height: 12px;
		}

a:hover {
		font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
		font-size: 11px;
		color: #52808e;
		background-color: #000;
		line-height: 12px;
		}

img.hr {
		padding-top: 10px;
		padding-bottom: 10px;
		}
