/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://example.com/twentytwelve-child
 Description:  Child theme for the Twenty Twelve theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../twentytwelve/style.css");

/* Add your custom CSS below */
body {
    background-color: #f9f9f9;
}
