#divContent
{ 
	position: absolute; top: 50%; left: 50%; width: 700px; height: 600px;
	margin-top: -300px; margin-left: -350px;
	background-color: #FFFFFF;
}

#divImage
{
	position: absolute; top: 0px; left: 0px; width: 700px; height: 500px;
	background-image: url( ../images/welcome.jpg );
	background-position: center; background-repeat: no-repeat; 
    border-style: none; 		
}

#divLoading
{
	position: absolute; top: 500px; width: 700px; height: 20px;
	background-image: url( ../images/loading.gif );
	background-position: center; background-repeat: no-repeat; 
    border-style: none; 
	margin-left: auto; margin-right: auto;
}

#divBackSoon
{
	position: absolute; top: 500px; width: 700px; height: 20px;
	background-image: url( ../images/backsoon.png );
	background-position: center; background-repeat: no-repeat; 
    border-style: none; 
	margin-left: auto; margin-right: auto;
}

.cssLink
{
	color: #FFFFFF;
	text-decoration: none;
}