﻿<!-- 
			* {
				margin: 0;
				padding: 0;
			}
			html, body {
				background: #fff url("../images/bg.jpg") repeat-x top;
				color: #000;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 12px;
				width: auto;
				height: 100%;
			}

			a {
				color: #000;
				border: 0px;
			}
			
			a:hover {
				color: #727272;
			}
			
			#container {
                height: 522px;
                margin: 0 auto;
				background: #fff url("../images/contentbg.jpg") no-repeat top;
            }
			
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */

			.for1024 {
				width: 1000px;
			}
				
			p {
				padding: 10px;
				font-size: 15px;
				line-height: 20px;
				
			}
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			.suzuki {
				width: 322px;
				height: 522px;
				float: left;
				text-align: center;
				margin-left: 95px;
			}

			.kia {
				width: 322px;
				height: 522px;
				float: left;
				text-align: center;
				margin-left: 160px;
			}
			
			.keuze {
				width: 200px;
				height: 30px;
				margin-left: 388px;
				margin-top: -110px;
				z-index:999999;
			}
			
			

