@charset "utf-8";
/* CSS Document */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
	background:url(images/bg.jpg) top center repeat;
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-rendering: optimizelegibility;
}


#content {
	position:relative;
	max-width:960px;
	height:685px;
	margin: 0 auto;
	margin-top:4%;

}
ul { list-style:none;}
/*.left { float:left; width:300px;}
.middle { float:left; width:300px;}
.right { float:left;width:300px;} */
a img:hover { opacity:0.7;}
img { width:100%;}