/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
body {
background-image:url(images/bg.gif);
height: 1000px;
}

div#container {
background-image: url(images/bg_cont_splash.gif);
margin: 0 auto;
width: 700px;
height: 1000px;
background-color:#004264;
}

div#image {
position: relative;
top: 100px;
left: 225px;
}
