html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background:#000 url(images/temp/Tintner_background.jpg) top left no-repeat;
	height:340px;
}	
.header {
	background:transparent url(images/temp/headerbar.png)top left;
	height:60px;
}
.splashbg {
	background:transparent url(images/temp/splash.png) top left;
	float:right;
	width:308px;
	height:583px;
	z-index:1;
	position:absolute;
	right:0;
}
.logo {
	background:transparent url(images/temp/logo2.png) top left no-repeat;
	width:352px;
	height:43px;
	float:right;
	z-index:100;
	position:absolute;
	right:10px;
	top:5px;
	text-indent:-10000px;
}
.tempcontent {
	margin-top:50px; 	
	width:60%;
	margin-left:40px;
	color:#fff;
	font-family:"Trebuchet MS";
	font-size:15px;
	line-height:17px;
}
.tempcontent h1 {
	font-size:22px;
	font-weight:bold;
	margin-bottom:25px;
}

.tempcontent p {
		margin-bottom:20px;
}
.examples {
	float:left;
	margin-right:5px;	
	text-align:center;
}
.examples h2 a {
	text-decoration:none;
	color:#fff;
	border-bottom:dotted;
	border-bottom-width:2px;
	margin-bottom:15px;
}
.container {
margin-left:27px;
position:relative;
z-index:10;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



