@CHARSET "ISO-8859-1";
html, body {
	widht:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-image: url("../images/bg-body.png");
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

div#welcomeBox {
	background-image: url("../images/hsekhon.com-logo-med.png");
	background-repeat: no-repeat;
	width:700px;
	height:350px;
	position:relative;
	margin:auto;
	top:30%;
}

div#welcomeBox div#message {
	position:absolute;
	bottom:50px;
	font-damily:arial, helvetica, sans-serif;
	font-size:1em;
	color:#8a8a8a;
	width:699px;
	text-align: right;
}
