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

@media screen
{
	div#bannerTextWrapper
	{
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
	}
	div#bannerText
	{
		width: 100%;
		height: 100%;
	}
	p#bannerTagLine
	{
		position: absolute;
		top: 30px;
		left: 300px;
		font-size: 28px;
	}
	img#bannerButtonAdvantage
	{
		position: absolute;
		top: 94px;	
		left: 329px;
	}
	img#bannerButtonFreeReports
	{
		position: absolute;
		top: 38px;
		left: 329px;
	}
	img#bannerAlltaskNeedsYou
	{
		position: absolute;
		top: 40px;
		left: 560px;
	}
	div#awardsWrapper
	{
		position: relative;
		padding-top: 12px;
	}
	img.award
	{
		border: 1px solid #000000;
		float: left;
		margin-right: 8px;
	}
}