﻿@charset "utf-8";

/*------------------------------------------------------------------
[Screen Stylesheet]

Project:	Quad Design Studio
Version:	1.0
Last change:	08/09/08
Assigned to:	Decoder
E-mail:		decoder1@yandex.ru

-------------------------------------------------------------------*/

#wrapper {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 640px;
  	height: 500px;
  	margin-left: -320px;
  	margin-top: -250px;
	}
	
p {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	}
	
#service {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 30px Georgia, "Times New Roman", Times, serif;
	height: 225px;
	}
	#service li {
		position: absolute;
		}
		#service #s1 {
			top: 300px;
			left: 0px;
			font-size: 50px;
			}
		#service #s2 {
			top: 360px;
			left: 270px;
			font-size: 45px;
			}
		#service #s3 {
			top: 260px;
			left: 100px;
			}
		#service #s4 {
			top: 360px;
			left: 50px;
			font-size: 35px;
			}
		#service #s5 {
			top: 275px;
			left: 300px;
			font-size: 18px;
			}
		#service #s6 {
			top: 315px;
			left: 350px;
			}
		#service #s7 {
			top: 260px;
			left: 400px;
			font-size: 24px;
			}
		#service #s8 {
			top: 415px;
			left: 120px;
			font-size: 26px;
			}
		#service #s9 {
			top: 415px;
			left: 340px;
			font-size: 18px;
			}
	
p.copy, p.copy a:link, a:visited  {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	}
