@charset "UTF-8";
/* CSS Document */

body{
	background-color:#ff8b5d;
	margin: 0 auto;
	
	}
	
#container{
    background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;

	width: 1200px;
	height: 864px;
	margin: 0 auto;
	
	
	}
	
#header{
    background-image:url(../images/bubbles2.gif);
	margin: 0 auto;
	width: 650px;
	height: 426px;
	}
	

		
.followheader{
	margin-top: -270px;
	margin-left: 60px;
	height: 200px;

	}
	
.followheader li{
	
	list-style:none;
	display:inline
	
	}
	
.followheader2{
	margin-top: 30px;
    margin-left: 60px;
	height: 200px;

	}
	
.followheader2 li{
	
	list-style:none;
	display:inline
	
	}
	
.followheader3{
	
	margin-top: -95px;
    margin-left: 60px;
	height: 200px;

	}
	
.followheader3 li{
	
	list-style:none;
	display:inline
	
	}
	
#footer{

    width: 100%;
    position: fixed;
    bottom: 0%;
	
	
	}
	
.footercontent{

	background-image:url(../images/footerbg.png);
	width:850px;
    margin:auto;
	height: 117px;
	
	}
	
.footerdetails{
	font-family: Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
    padding-top: 48px;
	margin:auto;
	width:539px;
	word-spacing: 3px;
	
	}
	
	
