@charset "UTF-8";
.index {
	background-image: url(backgrounds/index.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
.blue {
	background-color: #000;
	background-image: url(backgrounds/innertemplate-blue.jpg);
	background-repeat: no-repeat;
}
.burgandy {
	background-color: #000;
	background-image: url(backgrounds/innertemplate-burgandy.jpg);
	background-repeat: no-repeat;
}
.green {
	background-color: #000;
	background-image: url(backgrounds/innertemplate-green.jpg);
	background-repeat: no-repeat;
}
.pink {
	background-color: #000;
	background-image: url(backgrounds/innertemplate-pink.jpg);
	background-repeat: no-repeat;
}
.pink {
	background-color: #000;
	background-image: url(backgrounds/innertemplate-pink.jpg);
	background-repeat: no-repeat;
}
.purple {
	background-color: #000;
	background-image: url(backgrounds/innertemplate-purple.jpg);
	background-repeat: no-repeat;
}
.red {
	background-color: #000;
	background-image: url(backgrounds/innertemplate-red.jpg);
	background-repeat: no-repeat;
}
.turquoise {
	background-color: #000;
	background-image: url(backgrounds/innertemplate-turquoise.jpg);
	background-repeat: no-repeat;
}

