/* 
    Document   : Background
    Created on : Apr 25, 2010, 12:59:59 PM
    Author     : Azaz
    Description:
	Purpose of the stylesheet follows.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* ------------------------------------------------------------- */
/*	COMMON CSS													*/
/*-------------------------------------------------------------*/
body{
	margin:0px;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
    background: #000000 url(images/http-www-xtrim-oz24-net-proof-v8-2-images-phocagallery-xtrim-tmpl-1-siteimages-stripe-a.png) scroll center 0 repeat-x;
 	/*background-attachment: scroll;
 	background-position: center 0;
    background-image: none;
    background-repeat: repeat;
    background-color: none;*/
    color:#615c5c;
}

div#bg2{
    background: url(images/http-www-xtrim-oz24-net-proof-v8-2-images-phocagallery-xtrim-tmpl-1-siteimages-xtrim-bk-client-2.png)  no-repeat scroll center 0;
    height:787px;
		position:absolute;
         width:100%; 
     margin:auto; 
     top:0;
     left:0;
}

div#canvas-1{
	padding: 0px; 
	margin: auto; 
	width: 1024px;
	position: relative;
    	background: none;
    height:auto;
	    }

div#canvas-2_base{
	padding: 0px; 
	margin: auto; 
	position: relative;
    	background: none;
		min-height : 5px;
}
div#canvas-2{
	padding: 0px; 
	margin: auto; 
	width: 1024px;
	position: relative;
    }

a:link, a:visited {
	color:#ef2024;
	text-decoration: none;
}

a:hover {
	color:#ef2024;
	text-decoration: none;
}
#shadowbox_body {
	background-color: #ffffff;
}
