/* CSS Document *//* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */@media screen, print, projection{	#title 	{		background-color:rgb(255,255,255);		color:rgb(0,0,0);	}	#title 	{	position : relative;	margin   : 0.2em;	padding  : 0.5em;	z-index  : 3;	visibility: inherit;	}	#title h1	{		text-align : center;	}	#title	{		color:rgb(0,0,0);	}	.section	{		border : 1px black solid;	}	#pros	{			position  : absolute;		left : 52%;		width : 34%;		margin : 2%;		padding-left: 100px;		padding-right :0.5%;		padding-top :0.5%;		padding-bottom :0.5%;		z-index : 1;		background-image:url(backgroundmenus.jpg);	}	#pros 	{		background-color:#003399;		color:rgb(0,0,0);	}	#cons 	{	position  : absolute;	right : 52%;	width : 34%;	margin : 2%;	padding-right: 100px;	padding-left :0.5%;	padding-top :0.5%;	padding-bottom :0.5%;	z-index : 1;		background-image:url(menubackground2.jpg);	}	#cons 	{		background-color:#FF0000;		color:rgb(0,0,0);	}	#central	{		position : absolute;		top : 40%;		left:50%;		margin-left: -90px;		width : 180px;		z-index : 2;		border : 1px rgb(0,0,0) solid;		text-align:center;	}	#central	{		background-color:rgb(255,255,255);		color:rgb(0,0,0);	}	#central img	{		border-bottom : 1px black solid;	}	#central p 	{		margin : 5px;	}}