@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 18.7.2008
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */

	#header 
		{
			background:#232324 url(img/header-bg.gif) repeat-x scroll 0% 0%;
			color:#FFFFFF;
			height:100px;
		}
	#header img.headImg1
		{
			left:5px;
			position:absolute;
			top:5px;
		}
	#footer 
		{
			font-size:75%;
		}
	
}