/*
	Kodet av Stian Tyriberget november 2009
	
	Som vanlig en spesiell takk til Pir1

*/

/* RESET STANDARD STILER */
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;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
} 

/* GENERELLE TAGDEFINISJONER */

body{
	background:#F3F3F3;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	color:#f68b0e;
	padding: 0;
	margin: 0;
	
}
h1{
	font-weight: normal;
	font-size:210px;	
}
a{
	color:#000000;
}
div{
	xwidth: 100%;
	margin: 0;
	padding: 0;
}
img{
	xborder: 5px solid #FFFFFF;
}

/* Unike elementer */

#pageWrapper{
	width: 100%;
	margin:auto;
}
#contentContainer{
	width: 240px;
	text-align:center;
	padding: 40px;
	background:#F3F3F3;
}

#firstNum{
	float:left;
	width: 110px; height: 240px;
	background:url(../gfx/numbers.png) no-repeat;
	xbackground-position: 0 -720px;
	text-indent: -9999px;

}
#secNum{
	float:left;
	width: 130px; height: 240px;
	background: url(../gfx/numbers2.png) no-repeat;
	xbackground-position: 0 -1680px;
	text-indent: -9999px;
}
#spesial{
width: 240px;
text-align: center;
float:left;
}