@charset "utf-8";
/* CSS Document */

html,body,#wrapper	
		{
			background-color:#ffd700;
			margin:0;
			padding:0;
			border:0;
			height:100%;
		}

table#wrapper
		{
			background-color:#ffd700;
			width:100%;
			height:100%;
		}

.header 
		{    
			background-image:url(/images/img_bg-top-01.gif);
			background-repeat:repeat-x;
			height:170px;
		}

.content-wrapper
		{    
			background-color:#ffd700;
			width:100%;
		}
		
.footer 
		{    
			background-image:url(/images/img_bg-bot-01.gif);
			background-repeat:repeat-x;
			height:74px;
		}

table#content
		{    
			background-color:#ffd700;
			width:800px;
			height:400px;
}
		
.content1
		{    
			background-color:#ffd700;
			width:200px;
		}


.content2
		{    
			background-color:#ffd700;
			width:600px;
		}
