* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(jpeg/background.jpg);
	background-repeat: repeat;
	background-position: center;
	background-color: #393333;
}

#wrapper {
	width: 100%;
	height: 100%;
}
#wrapper #slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 36pt;
	font-style: oblique;
	color: #FFF;
	text-align: center;
	margin: auto;
	height: auto;
	width: 100%;
}
#wrapper #contacts {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #FFF;
	text-align: center;
	margin: auto;
	width: 900px;
	font-weight: bolder;
	padding-top: 40px;
	letter-spacing: 2px;
	line-height: 40px;
}
#wrapper #text {
	width: 100%;
	margin: auto;
	height: auto;
	padding-top: 20px;
	text-align: center;
	line-height: 50px;
}
.text1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: oblique;
	color: #FFF;
}
.text2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	color: #FFF;
}





#wrapper #links {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: oblique;
	font-weight: bolder;
	color: #FFF;
	margin: auto;
	width: 100%;
	padding-top: 15px;
}
#wrapper #Logo {
	margin: auto;
	height: auto;
	width: 100%;
	text-align: center;
}
