#welcome
{
  width: 955px;
  height: 600px;
  background: url("../images/backgrounds/welcome.jpg") no-repeat;
  margin: 0 auto;
}

#welcome #image
{
	position: relative;
	top: 20px;
	float: left;
	width: 498px;
	height: 456px;
	background: transparent;
	margin: 0;
	padding: 0;
}

#welcome #content
{
	position: relative;
	top: 200px;
	float: left;
	width: 300px;
	background: transparent;
	margin: 0;
	padding: 0;
}

#welcome #content img
{
	position: relative;
	left: -12px;
	margin-bottom: 10px;
}

#welcome #content .text
{
	font-size: small;
	font-family: "Helvetica", Arial, sans-serif;
	color: #888;
	text-align: justify;
}

#welcome #content .text a
{
	color: #CA1E42;
	text-decoration: none;
	font-size: medium;
	padding: 1px;
}

#welcome #content .text a:hover
{
	color: #FFF;
	background: #CA1E42;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
