@import url(/style.css);

body, div {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: rgb(29,41,37);
	color: rgb(0,0,0);
}

a img {
	border: none;
}

h2 {
	font-size: 10px;
}

#page {
	width: 1000px;
	height: 3000px;
}

.info {
	line-height: 1.5em;
}

.info h1 {
	font-weight: bold;
	font-size: 12pt;
}



.header_element {
	float: left;
	background-repeat: no-repeat;
}

#header_logo {
	margin-top: 10px;
}

#header_element_twitter {
	background-position: 0px 7px;
	background-image: url(/images/twitter.png);
}

#header_element_facebook {
	padding-left: 26px;
	background-image: url(/images/facebook.png);
}

#header_element_rss {
	padding-left: 25px;
	background-image: url(/images/rss.png);
	background-position: 3px 1px;
}


.faq {
	position: relative;
	top: 90px;
	left: 70px;
	padding: 50px;
	width: 660px;
	height: 800px;
	padding-top: 70px;
	padding-left: 80px;
	padding-right: 60px;
	background-image: url(images/ls_support_paper1.png);
	repeat: no-repeat;
}

.question {
    line-height: 1.6em;
    font-size: 15px;
    margin-bottom: 30px;
}

.question h1 {
	line-height: 1.3em;
	margin-bottom: 10px;
}

#footer {
	position:relative;
	height: 10px;
	top: -95px;
}

#header_logo {
	display: none;
}

#header, #footer {
	color: #fff;
}

#footer a {
	color: rgb(210,210,210);
}

#header {
	position: relative;
	left: 755px;
	top: 118px;
	width: 250px;
	height: 100px;
	z-index: 5;
}

.header_element a {
	color: rgb(207, 178, 50);
}

.horizontal_line {
	display: none;
}

.supportForm {
	position: relative;
	top: 120px;
	left: 170px;
	padding: 50px;
	width: 688px;
	height: 536px;
	background-image: url(images/ls_support_paper2.png);
	repeat: no-repeat;
}

.topic {
	float: left;
}

.control {
	position: absolute;
	left: 300px;
}
