﻿@charset "utf-8";

* { padding:0;
	margin:0; /*border:1px solid blue;*/ }

body { background-color:rgb(160,160,160);
		color:white;
		font-size:16px;
		font-family:Arial,Helvetica,sans-serif; }
		
ul { list-style:none; }
		
a:link { text-decoration:none; color:white; }
a:visited { text-decoration:none; color:white; }
a:hover { text-decoration:none; color:rgb(155,70,56); }
a:active { text-decoration:none; color:rgb(155,70,56); }

#page { width:1100px;
		min-height:780px;
		margin:0 auto;
		padding:0 50px;
		position:relative; top:0; left:0; }
		
#navigation { text-align:center; font-size:18px; }
		
#navigation li { display:inline; padding:0 10px; }

.hyphen { border-right:1px solid white; }

.left { float:left; }

.right { text-align:right; }

#credits { text-transform:lowercase;
			position:absolute; bottom:0; left:50px; width:1100px; height:35px; }
			
#credits img { border:0; }
