/* DEFAULT SETTINGS FOR BROWSER COMPATIBILTY
-------------------------------------------------------*/
body,html,h1,h2,h3,h4,h5,h6,ul,ol,li,pre,form,p,blockquote,fieldset,input,table,tr,td { 
	margin:0; 
	padding:0;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
}

:link,:visited { 
	text-decoration:none 
}

h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; 
}

a img,:link img,:visited img { 
	border:none 
}
/* END DEFAULT SETTINGS
-------------------------------------------------------*/

body {
	background:#000
}

#temp a {
	color:#4c6078
}

#temp a:hover {
	text-decoration:underline
}

#temp #footer {
	color:#666666;
	font-size:12px;
	margin:80px auto 0 auto;
	text-align:center;
	width:600px;
	line-height:140%
}

#cardWrapper {
	height:380px;
	width:880px;
	margin:50px auto 0 auto;
	background: url(img/bg-stackjetcard.jpg) top center no-repeat
}

#cardWrapper h1 {
	width:290px;
	font-size:16px;
	font-weight:normal;
	padding:20px 0 0 380px;
	margin:0 0 10px 0 
}

#cardWrapper p {
	width:320px;
	font-size:11px;
	line-height:120%;
	padding:0 0 7px 380px;
	margin:0 0 0 0 
}
