
/* Basis-Stylesheets einbinden */
@import url(style.css);



body {
	margin: 0 auto;
	background-image: url(bgr1.png);
}



/* layout  */

.top {
	margin: 0 auto;
	width: 790px;
	height: 233px;
	background: url(AdwordsVideo-header.png) no-repeat;
}


.mid { 
	margin: 0 auto;
	margin-top: -20px;
	width: 790px;
	background-position: center;
	background: url(AdwordsVideo-mid.png) repeat-y; 
}


.content { 
	padding-top: 1px;
	margin: 20px auto;
	width: 700px;
	border:0px;
}
 
.bottom { 
	margin: 0 auto;
	margin-top: -20px;
	width: 790px;
	height: 50px;
	padding: 0px;
}