﻿body
{
    background-position: center center;
    background-image: url('blue_noisy.jpg');
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-repeat: no-repeat;
}

#container {
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:40px;
	width:620px;
	height:auto;
	background:url("container_bg.png") repeat;
	margin-top:50px;	
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:20px;
}

#container_shadow {
	background:url("container_shadow.png") no-repeat;	
	height:45px;
	width:550px;
	display:block;
	margin-bottom:50px;
}

a
{
    color: #FFFF00;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
	text-decoration:underline;
}

.ops
{
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.black
{
    color: #000;
    font-weight: bold;
}
.brderright
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #999999;
}