﻿* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

a
{
	text-decoration:none;
}

body {
background-color: #714254;
/*
714254 - mov deschis
721621 - grena
D54C6A - roz
4F6068 - dark teal
88A5B5 - light teal
1A506F - very dark teal
*/
text-align:center;
min-height:250px;/* for good browsers*/
min-width:700px;/* for good browsers*/
font-family: Agency FB, Arial CE, Tw Cen MT Condensed, Arial Narrow;
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container 
{
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 250px;
}
#inner {
width: 700px;
background-color:#AF86A4;
background-image:url("images/index_final.jpg");
height: 250px;
text-align: center;
margin-left:auto;
margin-right:auto;
visibility:hidden;
}

#titles
{
	padding-top:5px;
	font-size:large;
	display:table;
	text-align:center;
}

#middleSpaceTitles
{
	display:table-cell;
	width:700px;
}

#creativeMind
{
	float:left;
	width:350px;
	display:table-cell;
}

#creativeMind a
{
	color:#CFD4D9;
}

#consumerChild
{
	float:left;
	color:#5C292F;	
	display:table-cell;
	width:350px;
}
#consumerChild a
{
	color:#5C292F;
}
#copyright
{
	margin-top:200px;
	color:#714254;
	font-size:small;
}
a
{
	text-decoration:none;
}