/******************************************************************************
 * ots_myskillstutor/specifics.css
 *
 * Define stylesheet attributes specific to the myskillstutor "theme".
 *****************************************************************************/

body
{
    background-image: url(./commandbg.gif);
    background-color:white;
	color:black;
}

#Header
{
    background-image: url(./headerTile.gif);
    background-repeat: repeat-x;
}

#Footer
{
    background-image: url(./footerTile.gif);
    background-repeat: repeat-x;
	position: absolute;
	top: 87px;
    width:100%;
}

/* Text that appears over the header graphic */
#InfoSpan
{
	font-weight:bold; 
	position: absolute;
	top: 70px;
	left: 50px;
	color: white
}

a           { color:black   }
a:hover     { color:red     }
a:visited   { color:black   }
