	h1 { behavior: url(http://sbep.globalwebdesign.com.au/themes/site_themes/sbep/jscript/iepngfix.htc) }

	* {
		margin: 0px;
		padding: 0px;
	}
	
	body {
		background: url(../images/background.png) center top repeat-x #f4f4f4;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}
	
	a,
	a:visited {
		color: #000000;
		text-decoration: none;
		outline: none;
	}
	
	a img {
		border: 0px;
	}
	
	#container {
		width: 990px;
		margin: 20px auto 0px auto;
	}
	
	div.top {
		height: 180px;
	}
	
	h1.logo {
		display: block;
		text-indent: -54321px;
		background: url(../images/logo.gif) no-repeat;
		width: 364px; height: 171px;
		margin-left: auto; margin-right: auto;
	}
	
	div.main {
		margin-top: 20px;
	}
	
	div.main .welcome {
		width: 495px;
		float: right;
	}
	
	div.main .welcome h1 {
		font-size: 25px;
		font-weight: normal;
		color: #000000;
		margin-bottom: 20px;
	}
	
	div.main .welcome p {
		font-size: 18px;
		font-weight: bold;
		color: #514f50;
	}
	
	div.main .buttons {
		width: 335px;
		float: left;
		padding-left: 100px;
	}
	
	div.main .buttons a.swl {
		display: block;
		background: url(../images/button_swl.png) no-repeat;
		height: 120px;
		width: 320px;
		text-indent: -54321px;
	}
	
	div.main .buttons a.swl:hover {
		background-position: 0px -120px;
	}
	
	div.main .buttons a.pb {
		display: block;
		background: url(../images/button_pb.png) no-repeat;
		height: 120px;
		width: 320px;
		text-indent: -54321px;
		margin-bottom: 20px;
	}
	
	div.main .buttons a.pb:hover {
		background-position: 0px -120px;
	}
	
	div.clear {
		clear: both;
	}
	
	div.footer {
		margin-top: 50px;
		text-align: center;
		font-size: 15px;
	}
	
	div.footer a,
	div.footer a:visited {
		display: inline-block;
		color: #000000;
		text-decoration: none;
	}
