@import "content.css";


/* Website structure layout styles */

body {
background-image: url(images/bg.jpg);
background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

/* Home page */



#bgWrapper{
margin:auto;
width:920px;
height:790px;
background-image: url(images/shadow_bg.png);
background-repeat:no-repeat;


}

#topSpace{
margin:auto;
width:920px;
height:10px;
}

#mainBg{
margin:auto;
width:900px;
height:629px;
background-image: url(images/ubclive_bg.jpg);
background-repeat:no-repeat;
}

#topMenuSpace{
margin:auto;
width:900px;
height:89px;
}


#menuHolder{
margin:auto;
width:900px;
height:27px;
}

#footer{
margin:auto;
width:900px;
height:113px;

}




