/* Общее */
*					{margin: 0;
					padding: 0}
				
html				{height: 100%;
					width: 100%}

body				{background: url('../img/bg.gif') #1a94d2 repeat-x;
					color: #fff;
					font-family: Tahoma, serif;
					font-size: 100%;
					font-variant: small-caps}

img					{border: 0}
/* /Общее */

/* Разметка */	
					/* Не валидно */
#bg					{background: url('../img/bgi.png');
					//background: none; /* for IE */
					filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/bgi.png,sizingMethod=crop); /* for IE */
					height: 920px;
					position: absolute;
					width: 730px}
					/* /Не валидно */

#language			{font-size: 0.75em;
					margin: 42px 0 0 195px;
					position: absolute}
					
#header-block		{margin: 130px 0 0 40px;
					position: absolute}
#whatwedo			{font-size: 1em;
					font-weight: bold;
					text-align: right}
					
#whatwedo-block		{margin: 195px 0 0 50px;
					padding: 0 0 0 15px; /* Для IE */
					position: absolute}
#whatwedo-list		{list-style-image: url('../img/star.gif')}
#whatwedo-list li	{font-size: 0.75em;
					line-height: 1em;
					padding: 0 0 15px 5px}
#andmore			{margin: 0 0 0 5px;
					font-size: 0.75em;
					line-height: 1em}
					
#projects-block		{font-size: 0.75em;
					line-height: 1em;
					margin: 459px 0 0 115px;
					position: absolute}
#projects-block
div div				{float: left}
/* /Разметка */
					
/* Стили */
a.language			{color: #fff;
					text-decoration: underline}

a.language:hover	{color: #fff;
					text-decoration: none}

h1					{font-size: 1.6em;
					font-weight: lighter}	

.padding-bottom		{padding: 0 0 34px 0}
					
.clear-left			{clear: left}
	
.yellow 			{color: #fff200;
					font-weight: bold}
/* /Стили */

a.email
{
	display: block;
	margin-left: 0.3em;
	color: #fff200;
	font-weight: bold;
}

/* Temp */
#one		{padding: 0 0 0 15px}
#two		{padding: 0 0 0 20px}
#three		{padding: 0 0 0 25px}
#four		{padding: 0 0 0 20px}
#five		{padding: 0 0 0 20px}
#six		{padding: 0 0 0 35px}
#seven		{padding: 0 0 0 10px}
#eight		{padding: 0 0 0 10px}
/* /Temp */
