body	{
  background-color: grey;
}
#container {
  width: 1010px;
  height: 570px;
  background-color: grey;
}
#rtcol	{
  position: relative;
  float: right;
  display: inline-block;
  width: 800px;
  height: 570px;
}
#lfcol	{
  position: relative;
  display: inline-block;
  float: left;
  width: 200px;
  height: 570px;
}
#rtc1	{
  position: relative;
  width: 800px;
  height: 120px;
}
#rtc2	{
  position: relative;
  width: 800px;
  height: 390px;
  background-color: white;
}
#rtc3	{
  position: relative;
  bottom: 0px;
  width: 800px;
  height: 60px;
}
#facebk {
        position: absolute;
        top: 20px;   
        left: 20px;
        width: 450px;
        height: 20px;
}
#cards {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 220px;
        height: 43px;
        background: url(images/cards.gif);
        background-repeat: no-repeat;
}
#daylf	{
	display: inline-block;
	width: 48%;
	height: 390px;
	float: left;
}
#dayrt	{
	display: inline-block;
	width: 48%;
	height: 390px;
	float: right;
}
.btn {
  width: 200px;
}
#dayrt img	{
	border-radius: 30px;
}
.ftnote {
	font-size: 8px;
}
.fftxt	{
	font-size: 12px;
}
