#container	{
	background-color: #000000; 
}
		
#content	{ 
	min-width: 600px; 
	max-width: 1000px; 
	background-color: #ff0000; 
	border: 5px solid #00ccee; 
}		

#content p 	{ 
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ccee00; 
	padding: 6px 18px; 
}
		
#content h1 	{
	font-family: "Times New Roman", Times, serif;
	color: #ccee00; 
	font-size: 60px; 
	padding: 18px; 
}
		
#xmasalb, #darkalb	{ 
	margin-left: auto; 
	margin-right: auto; 
	width: 798px; 
	border: 9px solid #000000; 
	border-top-left-radius: 59px 44px;
	border-top-right-radius: 59px 44px;
	border-bottom-left-radius: 29px 59px;
	border-bottom-right-radius: 29px 59px;
	margin-bottom: 10px; 
	background-color: #000000; 
}
		
#xmastit, #darktit	{ 
	background-color: #0099ee; 
	border: 3px solid #00ccee; 
	border-top-left-radius: 50px 35px;
	border-top-right-radius: 50px 35px;
	width: 792px;
}



#xmastit p, #darktit p	{ 
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000; 
}
		
#xmascont, #darkcont	{ 
	width: 100%; 
	height: 100%; 
	overflow: hidden; 
}

		
#xmcovpic, #xmtracka, #xmtrackb, #dacovpic, #datracka, #datrackb	{ 
	float: left; 
	padding-top: 20px; 
	width: 266px; 
	margin-bottom: -280px; 
	padding-bottom: 300px;
	background-color: #dd2222; 
}



#xmtracka ul, #xmtrackb ul, #datracka ul, #datrackb ul	{  
	list-style: none; 
	border: 0; 
	margin: 0 auto; 
}
		
#xmtracka li, #xmtrackb li, #datracka li, #datrackb li	{ 
	font-family: "Times New Roman", Times, serif;
	font-size: 13px; 
}
		
#xmastext, #darktext	{ 
	background-color: #33ee77; 
	border: 3px solid #00ccee; 
	border-bottom-left-radius: 20px 50px;
	border-bottom-right-radius: 20px 50px;
	width: 792px; 
}
		
#xmastext p, #darktext p	{ 
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ee3300; 
	margin: 0; 
}	

img 		{ border-style: none; }
img.center 	{ display: block; margin-left: auto; margin-right: auto; border: 3px solid #aabbcc; }
img.left	{ display: block; margin: 6px 18px 6px 0px; float: left; }
img.right	{ display: block; margin: 6px 0px 6px 18px; float: right; }
