@charset "utf-8";

html, body 		{ height: 100%; font-size: 100%; font-family: Verdana; }

body 			{ font-family:Verdana, Arial, Helvetica, sans-serif; margin:auto; float:inherit; background-color:#000; padding:0px; margin:0px; overflow-y: scroll;}

* 				{ margin: 0px; padding: 0px; }

#wrapper 		{ position: relative; min-height: 100%; width: 600px; margin: 0 auto; background-color:#1C1C1C; background-image:url(./pixxx/retro.jpg); background-repeat:repeat-y; }

* html #wrapper	{ height: 100%; }

#content 		{ padding: 0px; }

#footer 			{ position: absolute; height: 120px; bottom: 0; width: 100%; margin-bottom: 80px;}

#footer  p		{ text-align: right; font-size: 18px; color: #fff; padding: 20px; }

