﻿@charset=iso-8859-1;
* {
	padding: 0;
	margin: 0;
}

body {
	background-color: black;
	font-family: Verdana;
	text-align: center;
	background: #333 url(images/starback.jpg) top center no-repeat fixed; text-align:center; padding:100px 0;
}

p {
	color: #FFFFFF;
	font-size: small;
}

h1 {
	color: #C0C0C0;
	font-family: Verdana;
	font-size: medium;
	text-align: center;
}

a { 
    color: #FFFFFF; 
    font-weight: bold; 
    text-decoration: none 
}

a:hover  { 
    color: #F4BD18;
}

#masthead {
	text-align: center;
}

#container {
	margin: auto;
	position: relative;
	width: 700px;
	background:url(/images/repeater.png); text-align:left; margin:20px auto; padding:20px; width:860px; border:1px solid #000;
}

#col_one {
	float: left;
	width: 400px;
	text-align: left;
}

#col_two {
	margin-left: 420px;
	text-align: right;
}

#col_center {
	text-align: center;
}

#footer {
	width: 700px;
	margin: auto;
	text-align: center;
}

#footer p {
	font-size: x-small;
}

div.float {
  float: left;
  width: 200px;
  padding: 20px;
  }
  
div.float p {
   text-align: center;
   }

div.spacer {
  clear: both;
  }
