@import url("/styles/basic.css");		/* All media 	*/
@import url("/styles/design.css");		/* Screen 		*/

@media screen
{
	div#bannerTextWrapper
	{
		top: 30px;
		left: 210px;
		width: 456px;
		height: 103px;
		background: url(/images/paper.gif) no-repeat;
	}
	div#bannerText
	{
		width: 441px;
		height: 80px;
		margin: 10px 0 8px 15px;
	}
}