/*css styles to be displayed when looking at the document on the screen*/
@media screen {

	div#home_agents {
		width: 452px;
		padding-top: 226px;
		background-color: #000000;
		background-image: url(/_elements/welcome_image.gif);
		background-repeat: no-repeat;
		margin: 0 20px 0 0;
	}

	table#agent_table {
		border-left: 1px solid white;
		border-top: 1px solid white;
		background: black;
	}
	table#agent_table td {
		border-right: 1px solid white;
		border-bottom: 1px solid white;
	}
}

/*css styles to be displayed when printing the document*/
@media print {

}