/* CSS Document */

/* Site by Ceramic Agency || Adam Forcucci af@ceramicagency.com.au || (c) 2008 */

html, body {
		background: #000000;
		height: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		color: ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		}
		
.container {
		width: 100%;
		height: 690px;
		margin: auto;
		text-align: left;
		}

.splash {
		width: 860px;
		height: 690px;
		margin: auto;
		padding: 0 0 0 0;
		text-align: center;
		}

.splash img { float: left; border: none; }
.splash a { float: left; border: none; }

a:link { color: #dedede; text-decoration:none;}
a:visited { color: #dedede; text-decoration:none;}		
a:hover { color: #ffffff; text-decoration:underline;}
a img { border: none; }