body
{
	background-color:#000000;

}

.welcome
{
	margin-top:8%;
	background-color:#FFFFFF;
	width:100%;
	height:400px;
	text-align:center;
}

.container
{
	height:560px;
	width:800px;
	background-color:#bdcdbd;
	margin-left:10%;
	
}

.banner
{
	width:870px;
	height:195px;
	background-color:#000000;
	margin-left:-3.50%;

}

.left
{
	height:192px;
	width:61px;
	float:left;
	background-image:url("images/jomleft.gif");
	background-repeat:no-repeat;
	background-position:center;
	margin-left:-3.5%;
}

.content
{
	float:left;
	height:300px;
	width:100px;
	background-color:#bdcdbd;
	
}

.right
{
	float:right;
	height:192px;
	width:52px;
	background-image:url("images/jomright.gif");
	background-repeat:no-repeat;
	background-position:center;
	margin-right:-3.2%;
}

a
{cursor:pointer}

