/** Dark Grey Box **/
.dkGrey1 {
	background: url(https://www.sosimplecrown.com/media/images/dkGrey1.gif) top left no-repeat #737373;
}
.dkGrey2 {
	background: url(https://www.sosimplecrown.com/media/images/dkGrey2.gif) top right no-repeat;
}
.dkGrey3 {
	background: url(https://www.sosimplecrown.com/media/images/dkGrey3.gif) bottom right no-repeat;
}
.dkGrey4 {
	background: url(https://www.sosimplecrown.com/media/images/dkGrey4.gif) bottom left no-repeat;
	padding: 5px;
}

/** black Box **/
.bk1 {
	background: url(https://www.sosimplecrown.com/media/images/bk1.gif) top left no-repeat #3D3D3D;
}
.bk2 {
	background: url(https://www.sosimplecrown.com/media/images/bk2.gif) top right no-repeat;
}
.bk3 {
	background: url(https://www.sosimplecrown.com/media/images/bk3.gif) bottom right no-repeat;
}
.bk4 {
	background: url(https://www.sosimplecrown.com/media/images/bk4.gif) bottom left no-repeat;
	padding: 5px;
}

/** Products **/
.products1 {
	background: url(https://www.sosimplecrown.com/media/images/products1.gif) bottom right no-repeat;
}
.products2 {
	background: url(https://www.sosimplecrown.com/media/images/products2.gif) bottom left no-repeat;
}
.products3 {
	background: url(https://www.sosimplecrown.com/media/images/products3.gif) top left no-repeat;
}
.products4 {
	background: url(https://www.sosimplecrown.com/media/images/products4.gif) top right no-repeat;
	padding: 15px;
}

/** Light Grey Box **/
.ltGrey1 {
	background: url(https://www.sosimplecrown.com/media/images/ltGrey1.gif) top left no-repeat #DADADA;
}
.ltGrey2 {
	background: url(https://www.sosimplecrown.com/media/images/ltGrey2.gif) top right no-repeat #DADADA;
}
.ltGreyNoColor {
	background: url(https://www.sosimplecrown.com/media/images/ltGrey2.gif) top right no-repeat;
}
.ltGrey3 {
	background: url(https://www.sosimplecrown.com/media/images/ltGrey3.gif) bottom right no-repeat;
}
.ltGrey4 {
	background: url(https://www.sosimplecrown.com/media/images/ltGrey4.gif) bottom left no-repeat;
	padding: 5px;
}

/** Page Wrapper **/
.wrap1 {
	background: url(https://www.sosimplecrown.com/media/images/white1.gif) top left no-repeat #FFFFFF;
}
.wrap2 {
	background: url(https://www.sosimplecrown.com/media/images/white2.gif) top right no-repeat;
}
.wrap3 {
	background: url(https://www.sosimplecrown.com/media/images/white3.gif) bottom right no-repeat;
}
.wrap4 {
	background: url(https://www.sosimplecrown.com/media/images/white4.gif) bottom left no-repeat;
	padding: 10px;
}


a#sosimplecrown {
position: fixed;
left: 0;
top: 0;
display: block;
height: 125px;
width: 125px;
background: url(http://demo10.sd360.com/media/free.png) top left no-repeat;
text-indent: -999em;
text-decoration: none;
}