﻿*
{
	margin:0px;
	padding:0px;	
	font-family: arial;
    font-size: 18px;
    color: #fff0f5;
    font-family: "Roboto Slab", Tahoma;
    text-align: center;
}
html,body
{
    background-image: url(bg.jpg);
    background-repeat: repeat;
    height:100%;
}
.outercontainer 
{
    background-image: url(rp.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.outercontainer2 
{
    background-image: url(rp.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.container 
{
    width: 442px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 250px;
}
.clear
{
	font-size: 1px;
	height:1px;
	overflow:hidden;
	clear:both;
}
p {
    margin-top: 36px;
    margin-bottom: 36px;
}
.box1 {
    float: left;
    font-weight: 300;
    margin-bottom: 130px;
    text-align: left;
}
.box2 {
    float: right;
    font-weight: 300;
    border: 1px solid #fff;
    padding: 34px 14px 34px 14px;
    margin-bottom: 130px;
}
.box2 a {
    text-decoration: none;
}
.box2 a:hover {
    text-decoration: underline;
}