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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    background-color: #00131A;
    background-image: url('../img/tausta.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    font-family: Helvetica, Arial, sans;
    font-size: 12px;
    color: #CCC;
    line-height: 20px;
    text-shadow: #000 0px 2px 0px;
}

#flashcontent{
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}
	

.header {
	width: 960px;
	height: 180px;
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 30px;
	}
	
.logo {
	clear: left;
	float: left;
	width: 168px;
	margin-right: 30px;	
}

.header_txt {
	width: 762px;
	padding-top: 50px;
	height: 50px;
	}
	
.wrapper {
	width: 960px;
	margin: 0 auto;	
}
			
.week {
	background-image: url('../img/week.png');
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	float: left;
	width: 960px;
	margin-bottom: 60px;
}

.vasen {
	clear: left;
	float: left;
	margin-left: 0px;
	margin-right: 30px;
	width: 564px;
}

.oikea {
	float: left;
	width: 366px;	
}

.peliwrapper {
	clear: left;
	margin: 0 auto;
	margin-bottom: 160px;
	width: 960px;
}

.peliheader {
	clear: left;
	float: left;
	margin-bottom: 40px;	
}

.hr {
	width: 960px;
	height: 2px;
	clear: left;
	float: left;
	background-image: url('../img/hr.png');
	margin-bottom: 80px;
}

.footer {
	margin: 0 auto;
	float: left;
	width: 960px;
	height: 100px;
	text-align: center;	
}

.peli {
	margin-right: 30px;
}

.last {
	margin-right: 0px;	
}

h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
	text-shadow: #000 0px -2px 0px;
}

h2 {
	color: #FFF;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
	margin-bottom: 20px;
	text-shadow: #000 0px 2px 0px;
}

p {
	margin-bottom: 20px;	
}

ul {
	margin-bottom: 20px;	
}

a {
	color: #99cc33;
	text-decoration: none;	
}

a:hover {
	color: #FFF;
	text-decoration: none;	
}

a:active {
	color: #FFF;
	text-decoration: none;	
}

a:visited {
	color: #99cc33;
	text-decoration: none;	
}

