﻿#maymain 
{
  position:relative;
  width:660px;
  height:826px;
  background-image:url('../images/general-bg.jpg');
  background-repeat:no-repeat;
  background-color:#254cab;
 
}
#maylogo 
{
    text-align:center;
}
#maytext 
{
    color:White;
 font-family: Century Gothic;
 font-weight:bold;
 padding-left:10px;
}
#mayweek 
{
    text-align:center;
}
#marchmain {
  position:relative;
  width:660px;
  height:526px;
  background-image:url('../images/february_background.jpg');
}
#marchlogo {
  position:absolute;
  left:0px;
  top:260px;
}
#marchtext {
 position:absolute;
 width:80%;
 height:300px;
 left:60px;
 top:20px;
 color:White;
 font-family: Century Gothic;
 font-weight:bold;
}
#bieberbg 
{
  position:relative;
  width:660px;
  height:800px;
  background-image:url('../images/justinbieber/bieber-bg.jpg');
}
#biebertext 
{
    position:absolute;
    top:250px;
    left:240px;
     color:White;
 font-family: Century Gothic;
 font-weight:bold;
 font-size:16px;
}

#bedroombg 
{
  position:relative;
  width:660px;
  height:800px;
  background-image:url('../images/bedroom/bedroom-bg.jpg');
}
#bedroomtext 
{
    position:absolute;
    top:150px;
    left:270px;
     color:White;
 font-family: Century Gothic;
 font-weight:bold;
 font-size:16px;
 width:370px;
}
