@import url(http://fonts.googleapis.com/css?family=Ruluko);

/* v1.0 | 20080212 */

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: #ff3333;
	font-family: 'Ruluko', serif;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	border: 0;
	letter-spacing: 0em;
	
	
}

a {
	color: #f00; text-decoration: none;
}
a:hover {
	color: #000;
}
p {
	margin-bottom: 10px;
	line-height: 16px;
}


#container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	
	overflow: hidden;
	left: 0;
}
#container img {
	position: absolute;
	width: 2000px;
	margin-left: -1000px;
	left: 50%;
	top: 50%;
	height: 1500px;
	margin-top: -750px;
}
a.l2011 {
	position: absolute;
	top: 20px;
	right: 0;
	width: 300px;

	display: block;
	text-align: center;
	z-index: 9999;
	background: #fff;
	color: #666;
	padding: 10px;
}
a.l2011:hover {
	background: #333;
	color: #fff;
}

.plus {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 24px;
	background: #000;
	font-size: 30px!important;
	font-family: Arial;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;
	padding-top: 6px;
}
.plus:hover {
	background: #f00;
}
.text {
	position: absolute;
	width: 550px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -200px;
	background: #ff3333;
	padding: 25px;
	padding-right: 0;
	color: #fff7f7;
	display: none;
	position: relative;
	z-index: 9;
}

.text h1 {
	font-size:30px;

	font-weight: normal;
}
.text p {
	float: left;
	width: 250px;
	margin-right: 25px;
	margin-top: 30px;
	line-height: 19px;
}
.text .close {
	background:  #fff7f7;
	color: #ff3333;
	padding: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: pointer;
}
.text .close:hover {
	background: #000;
	color: #fff7f7;	
}


.links {
	width: 400px;
	background: #fff;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -260px;
	padding: 10px;

	border: 1px dotted #ff3333;
}
a.fb {
	display: block;
	background-image: url('../fb.jpg');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	color: #3b589a;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	padding-bottom: 3px;
	font-size: 11px;
}
a.fb:hover {
	text-decoration: underline;
}
