@import url("global.css");

#Welcome {
	position: absolute;
	font-size: 12px;
	width: 500px;
	left: 20px;
	top: 150px;
	height: 50px;
	line-height: 3ex;
}
#Welcome img {
	float: right;
	clear: right;
	margin-left: 60px;
}
#Welcome strong {
	color: #AA1122;
}

#Portal {
	width: 400px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 80px;
}
