@charset "utf-8";
/* CSS Document */

*{
  margin: 0;
  padding: 0;
}

body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #ffffff url(../images/body_bg.jpg) repeat-x left top;	
}

p{
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
}

img{
  	border: 0;
}

a {
	outline:none;
	text-decoration: none;
}

.bold{
	font-weight: bold;
}

/******************* DIVS *******************/

#container{
	width: 1000px;
	height: 740px;
	margin: 0 auto;
}