@import 'style_editor.css';

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background:#4b331b url(/images/intro_background.jpg) repeat-x;
}

#intro_picture{
	background:url(/images/intro_picture.jpg) no-repeat;
	width:637px;
	height:660px;
	margin:0px auto;
	margin-top:16px;
	text-align:left;
}

#languages{
	color:#ffe5b2;
	padding:25px 0px 0px 50px;
}

#languages a{
	color:white;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#languages a:hover{
	color:#ffe5b2;
	text-decoration:underline;
}

#languages .sep{
	height:5px;
	overflow:hidden;
}

#contacts{
	color:black;
	width:637px;
	margin:0px auto;
	margin-top:-65px;
}

#contacts a{
	color:black;
	text-decoration:none;
	border-bottom:1px dotted black;
}
