@import url("header.css");
@import url("footer.css");
@import url("sidebar.css");
@import url("secondary.css");

body {
	margin: 0;
	padding: 0;
	background: #80e5f4 url(../images/bg-main.jpg) no-repeat top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

body.font_increase {
	font-size: 18px;
}

body.font_decrease {
	font-size: 14px;
}

div.wrapper_outer {
	position: relative;
	background: url(../images/bg-guitar-secondary.png) no-repeat top center;
}

div.wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 640px;
	height: auto !important;
	height: 640px;
}

div.main_content_wrapper {
	float: left;
	width: 960px;
	margin: 0 auto;
}

div.main_content {
	float: left;
	width: 668px;
	background: #fff;
	min-height: 745px;
	height: auto !important;
	height: 745px;
	padding-bottom: 180px;
}

div.facebook{background:#fff;margin:12px 0 0 27px;width:243px;}

body > div.clouds_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 254px;
	background: url(../images/clouds_1.png) no-repeat;
}

div.clouds_1 > div.clouds_2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 361px;
	background: url(../images/clouds_2.png) no-repeat;
}

div.clouds_2 > div.clouds_3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 164px;
	background: url(../images/clouds_3.png) no-repeat;
}
