﻿body.lonely
{
	background-color:#1A0908;
	background-image:url('/SimpleWebSite/images/themes/lonelytree.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50px center;
}


body.joyful
{
	background-color:#FFFFFF;
	background-image:url('/SimpleWebSite/images/themes/joyful.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50px center;
}

body.seduction
{
	background-color:#1A0908;
	background-image:url('/SimpleWebSite/images/themes/seduction.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100px center;
}

body.playful
{
	background-color:#1A0908;
	background-image:url('/SimpleWebSite/images/themes/playful.png');
	background-repeat: repeat;
}

body.trendy
{
	background-color:#1A0908;
	background-image:url('/SimpleWebSite/images/themes/trendy.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 0px;
}

body.rosy
{
	background-color:#558ED5;
	background-image:url('/SimpleWebSite/images/comingsoon2.png');/*url('/SimpleWebSite/images/themes/rosy.png');*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 0px;/*0px center;*/
}

body.eccentric
{
	background-color:#CD0917;
}

body.cool
{
	background-color:#2860A4;
}

body.peaceful
{
	background-color:#FFFFFF;
}

body.simple
{
	background-color:#1A0908;
}


