html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-image: url(images/bg.gif);
	
}

div#container{
	text-align:left;
	background-color: #FFFFFF;
}

div#container{width:600px;margin:20px auto}

div#header{
	background-image: url(images/header.jpg);
	height: 116px;
}

div#coming{
	background-image: url(images/coming_soon.gif);
	height: 52px;
}

div#bg{
	background-image: url(images/bg_top.jpg);
	height: 132px;
}

div#footer{
	background-image: url(images/bg_bottom.jpg);
	height: 100px;
}

.text a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.text a:link{
	font-size: 14px;
	text-decoration: none;
}

.text a:active{
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

.text a:visited{
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

.text a:hover{
	font-size: 14px;
	text-decoration: underline;
	color: #FFFFFF;
}

