 /* reset.css  {{{*/
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}
/* }}} */

/*****************************************************

* global
*/

* {
	margin: 0;
	padding: 0;
}

html, body { 
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: url(..//images/dark_Tire2.png) repeat;
}




/*****************************************************
* divs
*/


#intro_text{
	color: #efefef;
	width: 50%;
	margin: 0 auto;
	padding-top: 30px;
	text-shadow: 3px 3px 0 rgba(234, 226, 184, 0.3);
	font-size: .95em;
	z-index: 0;
	max-width: 600px;
	
}

#intro-w-a{
width: 450px;
height: 254px;
margin: 12% auto;

}
#intro-w-a img{
width: 100%;
height: 100%;
}
#intro-w-a img a{
border: 0;
}
#intro-w-a img a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
#color_box{
	background: pink;
	width: 1000px;
	

}
#main_box{
	width:1000px;
	//background-color: white;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -336px;
}




/*****************************************************
* class
*/
.clear {clear:both;}