@charset "utf-8";
/* CSS Document */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption{margin:0;padding:0;border:0;outline:0;font-size:100.01%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}textarea{overflow:auto}input{border:0px solid white;margin:0; padding:0}
body{
	background-color:#FFF;
}
a{
	text-decoration:none;	
}
#main{
	width:914px;
	margin:0 auto;
	
}
.hidden{
	visibility:hidden;	
}
.nav{
	display:block;
	background-position:bottom center;
}


#melb-link{
	background:url(../images/nav/nav-a.jpg) no-repeat;
	width:316px;
	height:57px;
	
}
#bris-link{
	background:url(../images/nav/nav-b.jpg) no-repeat;
	width:316px;
	height:70px;
	
}
#syd-link{
	background:url(../images/nav/nav-c.jpg) no-repeat;
	width:316px;
	height:62px;
}
#token-link{
	background:url(../images/nav/nav-d.jpg) no-repeat;
	width:236px;
	height:96px;
}
#facebook-link{
		background:url(../images/nav/nav-e.jpg) no-repeat;
		width:80px;
		height:109px;
}
#bio-link{
		background:url(../images/nav/nav-f.jpg) no-repeat;
		width:316px;
		height:39px;
}
#email-link{
		background:url(../images/nav/nav-g.jpg) no-repeat;
		width:316px;
		height:57px;
}
#melb-link,#bris-link,#syd-link,#token-link,#facebook-link,#bio-link,#email-link{
	background-position:top;
}

#melb-link:hover,#bris-link:hover,#syd-link:hover,#token-link:hover,#facebook-link:hover,#bio-link:hover,#email-link:hover{
	background-position:bottom;
}