body, html
{
	margin	: 0;
	padding	: 0;
	height	: 100%;
	width	: 100%;
}

body
{
	background	: #000;
}

#wrap
{
	width      : 969px;
	height     : 672px;
	position   : absolute;
	top        : 50%;
	left       : 50%;
	margin     : -400px auto auto -484px;
	background : url('../images/evot-interneto-svetainiu-kurimas.jpg') center center no-repeat;
}

#content
{
	position	: relative;
	height		: 265px;
	margin-top	: 120px;
	color		: #fff;
	font-family	: tahoma;
}

	#content h1, #content h2
	{
		font-size	: 14px;
		margin		: 0;
		padding		: 0;
		font-weight	: bold;
		position	: absolute;
	}
	
	#content h2 a
	{
		color			: #fff;
		text-decoration	: none;
		padding-bottom	: 2px;
		background		: url(../images/underline.gif) left bottom repeat-x;
	}

	#content h1
	{
		color	: #666666;
	}

	#content .web
	{
		top		: 60px;
		left	: 30px;
	}
	
	#content .tvs
	{
		top		: 130px;
		left	: 70px;
	}

	#content .portal
	{
		top		: 210px;
		left	: 80px;
	}

	#content .shop
	{
		top		: 87px;
		right	: 90px;
	}

	#content .style
	{
		top		: 142px;
		right	: 190px;
	}

	#content .flash
	{
		top		: 198px;
		right	: 120px;
	}

	#content .homepage
	{
		position	: absolute;
		width		: 310px;
		height		: 200px;
		cursor		: pointer;
		top			: 40px;
		left		: 310px;
	}

	
#contacts
{
	height		: 77px;
	line-height	: 77px;
	text-align	: center;
	color		: #fff;
	font-size	: 12px;
	font-family	: tahoma;
}

	#contacts a
	{
		color	: #fff;	
		text-decoration	: none;
		padding-bottom	: 2px;
		background		: url(../images/underline.gif) left bottom repeat-x;
	}

	#contacts a.red
	{
		color		: #fc0b22;
		font-weight	: bold;
	}
	
#portfolio
{
	color			: #CCCCCC;
	padding-left	: 40px;
}

	#portfolio ul
	{
		list-style	: none;
		margin		: 0;
		padding		: 0;
	}
	
	#portfolio li
	{
		float		: left;
		margin		: 0;
		padding		: 0;
		width		: 267px;
		text-align	: center;
		font-family	: arial;
		font-size	: 12px;
		margin-right	: 43px;
	}

	#portfolio li.last
	{
		margin-right	: 0;
	}

	
	#portfolio li img
	{
		border	: 4px solid #323232;
		float	: left;
	}
	
	
	#portfolio li p
	{
		margin	: 0;
		padding	: 24px 0 0 0;
		clear	: both;
	}

	#portfolio li p a
	{
		color			: #CCCCCC;
		text-decoration	: none;
		padding-bottom	: 2px;
		background		: url(../images/underline.gif) left bottom repeat-x;	
	}
	
.clear
{
	clear	: both;
}