/* style sheet for welcome page  */
#left{
	float: left !important;
	width: 400px !important;
}

#right{
	float: left !important;
	margin-left: 20px !important;
	width: 519px !important;
}

#bottom{
	float: left;
	clear: both;
	width: 940px;
	height: 155px;
	text-align: center;
	padding-bottom: 10px;
}
