@charset "UTF-8";
/* CSS Document */

body {
	background-color:#292929;
	height: 100%;
  
}



#container {
	margin-left:auto;
    margin-right:auto;
	width:1024px;
	height:768px;
	background-image:url("images/cosy-splash.jpg");
	}


#tagline {
	margin-top:500px;
	margin-left:304px;
	float:left;
}

#footer {
	margin-top:36px;
	margin-left:481px;
	float:left;
}
