body {
	margin:0;
	padding:0;
	font-family:Arial,sans-serif;
	font-size:10px;
	line-height:200%;
}
#page{
	background:url("header.gif") no-repeat #fff;
	margin:20px 0 50px 198px;
	padding:43px 0 0 0;
	height:43px;
}
#header{
	position:absolute;
	background:url("logo_semiodesign.gif") no-repeat;
	margin:0;
	top:30px;
	left:25px;
	height:143px;
	width:150px;
}
#content{
	background:url("page.gif") #fff repeat-y;
	margin:0;
	padding:0 50px 50px 50px;
	width:477px;
}
#footer{
	width:577px;
	height:100px;
	padding:0 50px 0 50px;
	background:url("footer.gif") #fff no-repeat;
}
#flashcontent{

}
#footer a{
	display:block;
	border-top:solid 1px #ccc;
	width:477px;
	text-align:right;
}
#competences ul{
	margin:10px 0 10px 0;
}
#competences li{
	font-size:9px;
	color:#666;
	display:block;
	list-style:none;
	text-transform: uppercase ;
}
p{
	font-size:11px;
	margin: 0 0 10px 0;
}
img{
	border:0;
}
h1{
	font-size:14px;
	font-weight:normal;
	margin:20px 0 0 0;
}
h2{
	font-size:11px;
	font-weight:bold;
	margin: 0;
}
a{
	color:#990000;
	margin:0;
	text-decoration:none;
}
ul{
	margin:0;
}
li{
	list-style:none;
}