#container{
	background:#be0018 url(imgs/ABS-home.jpg) no-repeat;
	position:relative;
	height:278px;
	width:350px;
	padding-left:350px;
	margin-top:50px;
	}
#home{
	color:white;
	font-family:Tahoma,Arial,sans-serif;
	}
#home h1{
	font-size:1.5em;
	padding-top:70px;
	margin-bottom:30px;
	}
#home p{
	font-size:1em;
	}
#home a{
	color:white;
	text-decoration: none;
	}
#home em{
	font-style: normal;
	font-weight:bold;
	}
#home a:hover{
	text-decoration: underline;
	}
#home img{
	float:right;
	margin-right:2em;
	margin-left:1em;
	padding-top:1em;
	}