/* --------Styles not inkluded in admin-------- */
html,
body {

background-color: #ffffff;
  /* The html and body elements cannot have any padding or margin. */
	background: url('/themes/smart_skin/images/design/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}