/* CSS Document */

body{
	margin:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/bg.jpg');
	background-color: #000000;
	text-align:center;
}

img {
	border-style:none;
}

#container{
	position:absolute;
	top:30%;
	left:35%;
	width=331px;
	height=246px; 
}

#footer{ 
	background-image:url(../images/bar.jpg);
	background-repeat:repeat-x;
	height:19 px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
