/* Code
------------------------------------------------------------------------- */    

*
{
padding: 0;
margin: 0;
}

code {
    background-color: #f4cc00;

/*#f4f4f4;
*/
    border-bottom: 5px solid #ddd;
	padding: 12px;
	display: block;
}
/*
Theme Name: Portalx2
Theme URI: http://wwww.tattoocms.it/templates/portalx-2.html
Author: Nicola Lambathakis


------------------------------------------------------------------------- */

html,body {
	margin:				0;
	padding:			0;
	height:				90%;
	text-align:			center;
	background-color:	#ffff60;
	background-image: url(imgs/dvirinkas.gif);
	color: #1e5b00;
	font-family: "Tahoma", "Helvetica", Verdana, sans-serif;
	font-size: 90%;
}



#container {
	-moz-border-radius:3ex;
	-webkit-border-radius:3ex;
	position:			relative;
	width:				800px!important;
	width:				790px;		/* IE Fix for (2) 1px borders being inside container. */
	height:				auto !important; /* Detect height automatically, Incompatible w/IE */
	height:				1%;
	min-height:			0%;
	background-color:	#ffff60;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}

/*<style type="text/css">*/

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/*</style>*/



