@charset "utf-8";
/* CSS Document */

/*
Project: PlaySushi Landing Page
Date: 09. january, 2009.
*/

/* MAIN RESET */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size: 62.5%; /* Font size reset. 1em = 10px */
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(http://web10.plscdn.com/images/bg1.gif);
	background-repeat:repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Font families
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
font-family: "Lucida Grande", Arial, "Lucida Sans Unicode", Verdana,sans-serif,Tahoma;
font-family: Arial, Helvetica, sans-serif;
font-family: "Times New Roman", Times, serif;
font-family: "Courier New", Courier, monospace;
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-family: Geneva, Arial, Helvetica, sans-serif;
*/

/* XHTML TAGs */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: .5em;
}


/* PAGE LAYOUT */

.wrap {
	width: 596px;
	margin: 0 auto;
	}
	
	.head {
		width: 596px;
		height: 169px;
		background: url(http://web1.plscdn.com/err/images/head.png) no-repeat;
		overflow: hidden;
		text-indent: -30000px;
		}
		
	.content {
		background: url(http://web9.plscdn.com/err/images/bg.png) left top repeat-y;
		padding: 20px 40px;
		width: 596px;
		}
		.content h2 {
		font-size: 18px;
		margin-bottom: 30px;
		
		}
		.content h3 {
		font-size: 16px;
		}
		.content ul {
		list-style: disc;
		margin-left: 20px;
		margin-bottom: 40px;
		}
		.content ul li {
		font-size: 14px;
		
		}



	
	.foot {
		clear: both;
		background: url(http://web8.plscdn.com/err/images/foot.png) left bottom no-repeat;
		height: 160px;
		text-align: center;
		color: #fff;
		}
		
		.foot p { padding-top: 30px; }
		.foot a { color: #fff; }
			.foot a:hover { text-decoration: none; }




.align-left { float: left; margin: 0 1em 1em 0; }
.align-right { float: right; margin: 0 0 1em 1em; }


