html	{
		height: 100%;
	}


body 	{
		height: 100%;
		margin: 0;
		padding: 0;
		font-family: "Lucida Grande", Verdana, sans-serif;
		font-size: small;
		text-align: center;
		color: #B8C4D0;
		background: #272A2D;
	}

#title {
	font-size: large;
	font-weight: bold;
	color: #6cf;
	}

#page	{
		width: 760px;
		margin: 0 auto;
		min-height: 100%;
		text-align: left;
	}

* html #page {
		height: 100%;
	     }

a,
a:link,
a:visited {
		color: #6cf;
		text-decoration: none;
		border-bottom: 1px solid #6cf;
	}

a:hover {
		color: #fff;
		border-bottom: 1px solid #fff;
	}

a:active {
		 color: #000;
		 text-decoration: none;
	 }

#page	{
		position: relative;
		min-height: 100%;
	}

* html #page     {
		 	height: 100%;
	     	 }

#footer	{
		position: absolute;
		bottom: 0;
		text-align: center;
		width: 100%;
	}
	
#bottomLinks {
		list-style: none;
		margin-top: 0;
		margin-left: 0;
		padding-top: 1.5em;
	     }

#bottomLinks li {
			display: inline;
			padding-right: 1em;
			padding-left: 1em;
		}

#bottomLinks li.first {
			border-left: 0 none transparent;
		      }
		      
#footer p {
		margin-top: 1.5em;
	  }

