﻿/* setari valabile pentru toate paginile din site */

body
{
	background-image: url(images/bgr.png);
}

div.page
{
	width: 800px;
	height: 685px;
	margin:0 auto 0 auto; padding:0;
}

div.stinga
{
	position:relative;
	top:0;
	left:0;
	width:70px;
	height:685px ;
	background: url(images/stinga.gif);
	border: 0px;
	float: left;
}

div.cosmeticaS
{
	width:70px;
	height:685px ;
	background: url(images/cosmeticaS.gif);
	border: 0px;
	float: left;
}

div.masajS
{
	width:70px;
	height:685px ;
	background: url(images/masajS.gif);
	border: 0px;
	float: left;
}

div.saunaS
{
	width:70px;
	height:685px ;
	background: url(images/saunaS.gif);
	border: 0px;
	float: left;
}

div.reflexS
{
	width:70px;
	height:685px ;
	background: url(images/reflexS.gif);
	border: 0px;
	float: left;
}

div.detoxS
{
	width:70px;
	height:685px ;
	background: url(images/detoxS.gif);
	border: 0px;
	float: left;
}

div.header
{
	position:relative;
	top:0;
	left:0;
	width:730px;
	height:117px;
	background: url(images/header.gif);
	float: right;
	border: 0px;
}

div.meniuH
{
	position:relative;
	top:0;
	left:0;
	width: 730px;
	height: 27px;
	float: right;
	border: 0px;
}

div.tabel
{
	width: 674px;
	height: 27px;
	border: 0px;	
}

div.cont
{
	position: relative;
	top: 0px; 
	left: 0px;
	width: 730px;
	height: 541px;
	background: url(images/content.gif);
	border: 0px ;
	float: right;
}

