/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/
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;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* end of CSS reset */
/* general style */
html, body{
height: 100%;
}
body{
background:#262626 url(/souslchoq/inc/img/bg.gif) repeat-x;
font-family:Tahoma, Geneva, sans-serif; 
letter-spacing:1px; 
line-height: 1.2em; 
}


/* header style */
#headr{
text-align:right; 
background:#000000;
border-bottom:1px solid #333333;
height:30px;
}
#headr ul { margin-right:50px}
#headr ul li { 	font-size:11px; display: inline; border-right: 1px solid #222; padding: 0 10px 0 0; margin: 0 10px 0 0px; 
	position: relative;}
#headr li em {
	font-weight: normal;
	background: url(/andre/img/menu_hover.png) no-repeat;
	width: 160px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: -35px;
	text-align: center;
	padding: 30px 20px 10px 20px;
	font-style: normal;
	z-index: 2;
	display: none;
	color:#262626;
	line-height:11px;
}
#headr a{color:#999; letter-spacing:normal;
}
#headr a:hover{color:#598BF8; text-decoration:none}



#wrappr{
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -120px;
}
#content{
width:900px; margin:20px auto 30px;
background:url(/souslchoq/inc/img/alien.png) left 100px no-repeat;
}
#logo{ text-align:center}
#jplayer{padding-left:400px;}

#footr{
height:99px;
color:#dedede;
background:#000;
border-top:1px solid #333;
text-align:center;
padding-top:20px;
}
