@charset "utf-8";
/* CSS Document */

body{background-color:#000;
}

#site
{
	width:800px;
background-image:url(rubyhome.jpg);
height:600px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
position:relative;
}


#homebox
{
width:230px;
height:400px;
margin-top:170px;
margin-right:0px
position:absolute;
float:right;
}



#gallery
{
	width:230px;
	height:100px;
}

#teaching
{
	width:230px;
	height:100px;
}

#aboutruby
{
	width:230px;
	height:100px;
}

#calendar
{
	width:230px;
	height:100px;
}

#construction_box
{
width:800px;
background-color:#000000;
height:480px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
}

#constructionruby
{
width:800px;
height:380px;
margin-top:0px;

}

#home_return
{
width:800px;
height:100px;
margin-left:auto;
margin-right:auto;
}

