/* BROWSER FLAGS (lunchdates/subpage): default */
/* -------------------------------- default -------------------------------- */
/* 
STANDARD CSS

Help
----
Path to the document's folder: /data/
Path to the design's data folder*: /styles/lunchdates/data/

Example how to link images:
File in the user's DATA folder:
  background-image: url("/data/Images/wysiwyg-uploaded-image.jpg");
File in the Design DATA folder (in /styles/lunchdates/data/) - prefered way is to use path relative to this CSS:
  background-image: url("../data/template.jpg");

To upload your files use the WebDAV interface.

*/


html {
	background-image:  url(../data/bg_02.gif);
	background-position: top;
	background-repeat: repeat-x;
}

