<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" content="no-cache">
<style>
html
{
width: 100%;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
}
body
{
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1e5799 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1e5799 0%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1e5799 0%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom, #1e5799 0%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
width: 100%;
height: 100%;
margin: 0;
}
#wrapper
{
top: -1px;
margin:0 auto;
width:800px;
margin: 0 auto;
border-radius: 100px 40px / 40px 100px;
position: relative;
}
.control_menu
{
width: 650px;
margin: 0 auto;
text-align: center;
font-size: 20px;
overflow: hidden;
}
.control_menu_button
{
height: 30px;
color:white;
border: 1px white solid;
border-width: 0 1px 1px 1px;
border-radius: 0 0 20px 20px;
display: inline-block;
padding: 0 10px 0 10px;
}
.control_menu_button:hover
{
color: orange;
cursor:pointer;
}
#content
{
background-color:white;
text-align: center;
padding: 20px;
}
</style>
</head>
<body>
<div id="wrapper">
<div class="control_menu">
<div class="control_menu_button">Авторизация</div>
<div class="control_menu_button">Смотреть</div>
<div class="control_menu_button">Управлять</div>
<div class="control_menu_button">Выход</div>
</div>
<div id="content">
<img src="../img/temp.gif">
</div>
</div>
</body>
</html>