@charset "UTF-8";
/* CSS Document */

body{
background-color:#5EDCC1;
font-family:Futura, "Futura Condensed", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#wrapper{
margin-top:20px;
height:600px;
width:1100px;
background-image:url(images/mainBG.jpg);
background-repeat:repeat-y;
position:relative;
margin-left:auto;
margin-right:auto;

}



#header{
position:absolute;
top:0px;
left:0px;
height:60px;
width:1100px;

}

#content{


padding-top:60px;
height:450px;
width:1100px;}

#footer{
position:relative;
height:90px;}

p{
font-size:16px;
text-align:center;
color:#666666;
margin-left:50px;
margin-right:50px;
margin-bottom:50px;}

img{
padding:0px;
border:0px;
margin:0px;
}

a{text-decoration:none;}

a, a:visited{
text-decoration:none;
color:#666666;
}

a:hover{
text-decoration:none;
color:#7bccc4;
}

a:active{}
