/*reset.css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
/*style*/
body{
	font-size: 14px;
	line-height: 1em;
	font-family: helvetica;
	text-decoration: none;
}
a{color:#f0f0f0; text-decoration:none; background-color:#353535; padding:4px; margin-bottom:8px;}
a:hover{color:#333; text-decoration:none; background-color:#fff;}

#container{
width:250px;
height:400px;
margin: 40px auto;
background-image: url(img/logo.jpg);
background-repeat: no-repeat;
}

#right{
padding:60px 0 0 0;
width:200px;
}
