/* CSS Document */

*{ 
	padding: 0;
	margin: 0;
	border: 0; 
}

body 
{ 
	width: 100%;
	text-align: left; 
	
	font-family: Arial, Helvetica, sans-serif;
	color: #3C3C3C;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;	
	
	background: #FFF url(../images/bg.gif);
	background-repeat: repeat-x;
}

p
{
	margin-bottom: 20px;
}

a
{
	color: #3C3C3C;
	text-decoration: none;
}

#container
{
	margin: 0 auto;
	width: 660px;
	height: 490px;
	background: none;
	margin-top: 60px;
}

#container #logo
{
	margin: 0 auto;
	width: 100%;
	height: 333px;
	background: none;
}

#container #txt1
{	
	float: left;
	width: 260px;
	height:auto;
	background: none;
	padding-left: 80px;
}

#container #txt2
{
	float: left;
	width: 300px;
	height:auto;
	background: none;
}