/*
Theme Name: Driver Start
Theme URI: http://osynlig.se/
Description: Driver Start
Version: 1.0
Author: Webbyran Osynlig
Author URI: http://osynlig.se/
Tags: 
*/

* { padding: 0; margin: 0; }

body {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	
	background: url('../driver/images/bg.gif') repeat-x #d86b13;
}

input, textarea, select {
	font-size: 10px;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.marg{margin-right:20px;}
.left-marg{margin-right:20px; float:left;}

h1 {
	margin-bottom: 20px;
}

#site {
	width: 764px;
	margin: 85px auto 0 auto;
	background: white url('images/start_bg.gif') no-repeat;
	padding:146px 0 30px 0;
}

#site .wrapper {
	width: 750px;
	margin: 0 auto;
}

#site .wrapper h1 {
	font-size: 22px;
	width: 230px;
	margin: 0 auto 20px auto;
	font-weight: normal;
}

#site .wrapper a {
	font-size: 40px;
	color: #db9d32;
}