/* OPEL Insignia CSS */

html, body
{
		width: 100%;
		height: 100%;
		padding: 5px 0 0 0;
		margin: 0;
}

body
{
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		background: #c8c8c8 url(images/background.gif) repeat-x top;
}

#container
{
		width: 990px;
		height: 590px;
		margin: 0 auto;
}

h1 {
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-size: 30px;
  font-weight: normal;
}

h2 {
font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-size: 20px;
  color:#ffce1e;
  text-align: right;
}

h2 a { color:#ffce1e;}

#content .html
{
		
		padding: 330px 100px 20px 20px;
		background: black url(images/home_visual.jpg) no-repeat;
		color: #FFF;
		border:1px solid white;
		line-height: 1.5em;
}
#content .html img {border: none;
		padding: 5px;}
#footer a {
		color: #ffce1e;
		text-decoration: none;
		}
#footer a:hover {
		text-decoration: underline;
		}

#footer {
		height: 20px;
		background: #726d67;
		color: #bfbfbf;
		font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
 		}
#site {
		width: 260px;
		float: left;
		padding: 0 20px
		}
#terms {
		width: 650px;
		float: right;
		text-align: right;
		padding: 0 20px
		}
