/* Public */


/* Colours Used */
/*
#292824 = main body background

*/

img { border:none; }


/* General Styles */
html, body { margin:0px; padding:0px; text-align: center; height:100%; width:100%; font-size:90%; font-family:Arial, Verdana, sans-serif; }
body { background:#000000; color:#FFFFFF; }

.clear { clear:both; line-height:0px; height:-1px; }
a { color:#FFFFFF; text-decoration:none; font-weight:bold; }
a:hover { text-decoration:underline; }


/* General Layout styles */
#MainWrapper { width:800px; height:600px; text-align:left; margin:0 auto 0 auto; padding:0px; background:#000000; }
