
.pagecontainer {
background: url('your image link');
background-repeat: no-repeat;
text-shadow:
-1px -1px 0 #000000,
1px -1px 0 #000000,
-1px 1px 0 #000000,
1px 1px 0 #000000;
}
.pagecontainer {
background-color:rgba(0, 0, 0, .6);
}



