﻿/************************************************************

client: 			Octagon Sports 
author: 			Andrew Rodgers

date created: 		Sept 10th, 2007
date modified: 		October 3rd, 2007

description: 		Core Background Images Style Sheet for 
					Homepage of Basketball Template 
					for Octagon Sports

************************************************************/
body{
background-color:#000;
background-image:url(../../../images/os/football/site_infoBG.jpg);
background-repeat:repeat-x;
background-position:-39px 720px; 
}

h1 a:link, h1 a:visited {
background:url(../../../images/os/football/site_brandingLogo.jpg) no-repeat;
}

#site_info{
background:url(../../../images/os/football/site_infoBG.jpg) repeat-x top;
}

#innerPage #site_mainContent table {
margin:20px 0px 0px 308px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
background-color:none;
padding-left:10px;
border:0px solid #000;
width:370px;
}

#innerPage #site_mainContent table tr {
background-color:#000;
}

#innerPage #site_mainContent table td {
border:1px solid #FFF;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
text-align:left;
width:115px;
}


/*#innerPage #site_mainContent table tr {
width:200px;
}

#innerPage #site_mainContent table td {
width:200px;
height:200px;
}