/* 
    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:georgia,palatino;
	font-size:14px;
    background: #ffffff;
 	/*background-attachment: scroll;
 	background-position: center 0;
    background-image: none;
    background-repeat: repeat;
    background-color: none;*/
    color:#000000;
}

div#bg2{
    background: url('images/http-www-worldwide-oz24-net-proof-v8-2-images-phocagallery-worldwide-tmpl-1-siteimages-stripe-ccc.jpg')  repeat-x scroll center 0;
    height:1070px;
		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: url('images/http-www-worldwide-oz24-net-proof-v8-2-images-phocagallery-worldwide-tmpl-1-siteimages-footer.jpg')  repeat-x scroll center 0;
    		     	min-height : 5px;
}
div#canvas-2{
	padding: 0px; 
	margin: auto; 
	width: 1024px;
	position: relative;
    }

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

a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
