@charset "utf-8";
/* CSS Document */
/* Author : purna.budaya@sydneyweb.com.au */

body{
	background:#f7f7f7 url(../images/bg-home.jpg) repeat-x;	
}

#homeContainer{
	width:763px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

#header{
	width:763px;
	height:84px;
}

	#header #logo{
		width:491px;
		height:84px;
		margin:0 auto;
	}
	
#mainArea{
	background:url(../images/main-image.jpg) no-repeat;
	width:763px;
	height:508px;
	position:relative;
	_margin-top:-4px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11.5px;
	color:#000;
}

	#mainArea #conferenceBox{
		width:214px;
		height:42px;
		position:absolute;
		top:428px;
		left:70px;
	}
	
	#mainArea #goConference{
		width:44px;
		height:40px;
		position:absolute;
		top:409px;
		left:300px;
	}
	
	#mainArea #functionBox{
		width:214px;
		height:42px;
		position:absolute;
		top:428px;
		left:411px;
	}

	#mainArea #goFunction{
		width:44px;
		height:40px;
		position:absolute;
		top:409px;
		left:643px;
	}
	
#footer{
	width:763px;
	height:auto;
	overflow:hidden;
	margin-top:40px;
}

	#footer p{
		text-align:center;	
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size:11.5px;
		color:#000;
	}
	
		#footer p a{
			text-decoration:none;	
			color:#000;
		}
		
		#footer p a:hover{
			text-decoration:underline;	
		}
