/* CSS Document */

/* Created by e-Advertising, (c) 2007. adam@e-ads.com.au */

html, body {
		background: #1B1B1B url(../img/bg_tile.gif) repeat-x;
		height: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		color: ffffff;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		}
		
.container {
		width: 100%;
		height: 700px;
		margin: auto;
		text-align: left;
		}

.container_external {
		width: 800px;
		height: 250px;
		margin: auto;
		padding: 140px 0 0 0;
		text-align: left;
		}

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