body {
	margin: 0;
	padding: 0;
	min-width: 640px;
	background-image: url(../img/bkg.png);
	background-repeat: repeat-x;
	background-color: #0090fb;
	font-family: Helvetica, sans-serif;
	color: #ffffff;
	}
h1 {
	padding: 0; margin: 0;
	}
a	{
	color: #ffffff;
	text-decoration: none;
	}
a:hover	{
	color: #ffffff;
	text-decoration: underline;
	}
a:focus	{
	outline: none;
	}
#navigation {
	position: fixed;
	top: 0; right: 0;
	width: 350px; height: 30px;
	background: url(../img/navbkg.png) repeat;
	border: 1px solid #09263b;
	z-index: 999;
	}
#navigation ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	}
#navigation ul > li:first-child {
	margin-left: 0px;
	}
#navigation li {
	float: left;
	margin-left: 30px;
	line-height: 1.5em;
	}
#ie6 {
	display: none;
	}
#top {
	width: 100%; height: auto;
	margin: 0; padding: 0;
	background-image: url(../img/grass.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
#infoWrapper {
	width: 640px; height: 490px;
	margin: 0 auto;
	}
img.me {
	float: left;
	border: 3px solid black;
	border-top: 0px;
	width: 197px; height: 485px;
	}
#name {
	width: 437px; height: 130px;
	float: right;
	padding-top: 30px;
	background-image: url(../img/adamkragt.png);
	background-repeat: no-repeat;
	background-position: center right;
	}
h1#web {
	float: right;
	margin-top: 100px;
	}
#top2 {
	width: 437px; height: 330px;
	margin: 0 auto;
	float: left;
	background-image: url(../img/contentbkg.png);
	background-repeat: repeat;
	text-align: center;
	z-index: 990;
	}
h1#tagline {
	font-size: 70px;
	margin-top: 90px;
	}
.button a {
    background: url(../img/button/button.png) bottom repeat-x #3584de;
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #1862b8;
    -webkit-border-radius: 8px; width: auto; -moz-border-radius: 8px;  -khtml-border-radius: 8px;  border-radius: 8px;
}
.button a:hover  {
	background: url(../img/button/button_hover.png) bottom repeat-x #3584de;
	padding: 5px 10px 5px 10px;
}
.button a:active {
	background: url(../img/button/button_active.png) bottom repeat-x #3584de;
	}
#contentWrapper {
	width: 100%; height: auto;
	background-color: #000000;
	}
#content {
	width: 600px; height: auto;
	margin: 0 auto;
	background-image: url(../img/contentbkg.png);
	background-repeat: repeat;
	padding: 20px;
	line-height: 1.5em;
	font-size: 20px;
	}
#clients {
	margin: 0 auto;
	width: 500px; height: 420px;
	overflow: hidden;
	text-align: center;
	}
#clients img {
	border: 0;
	}
span.info {
	font-size: small;
	text-transform: uppercase;
	}
#moveleft {
	float: left;
	margin-top: 150px;
	font-size: 75px;
	}
#moveright {
	float: right;
	margin-top: 150px;
	font-size: 75px;
	}
#sidebar {
	width: 120px; height: auto;
	float: right;
	margin-left: 60px;
	}
#twitter {
	width: 90px; height: auto;
	padding: 15px;
	padding-top: 25px;
	padding-bottom: 5px;
	background-image: url(../img/twitterbkg.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid black;
	text-align: center;
	line-height: 1em;
	overflow: hidden;
	}
#twitter a {
	color: #000000;
	font-size: 12px;
	}
#facebook {
	width: 120px;
	height: auto;
	}
#facebook img {
	border: 0px;
	}
img#validhtml {
	height: 31px; width: 88px;
	float: left;
	border: 0;
	}
img#validcss {
	width:88px; height:31px;
	border:0;
	float: right;
	}
#footer {
	width: 640px;
	margin: 0 auto;
	padding-bottom: 35px;
	padding-top: 15px;
	text-align: center;
	}